OrderBasicInfo

The class to describe the Order Basic Information business object.

NameDescriptionTypeAdditional information
CompanyName

Gets or sets the name of the company.

string

None.

FullName

Gets or sets the full name.

string

None.

Id

Gets or sets the identifier.

integer

Required

OrderCode

Gets or sets the order code.

string

Required

Max length: 50

Date

Gets or sets the date.

date

Required

OrderTotalIncVat

Gets or sets the order total with the 'VAT'.

decimal number

None.

OrderTotalExVat

Gets or sets the order total without the 'VAT'.

decimal number

Required

CurrencyId

Gets or sets the currency identifier.

integer

Required

CurrencyCode

Gets or sets the currency code.

string

None.

Deleted

Gets or sets a value indicating whether this is deleted.

boolean

Required

ChangeTimestamp

Gets or sets the change timestamp.

date

None.

MainStatusId

Gets or sets the main status identifier.

integer

None.

AffiliateId

Gets or sets the Affiliate identifier.

integer

None.