Order
Order¶
Property | Type | Description |
---|---|---|
orderNumber | string (key) | Readonly. Order Number (identifier): { year }-{ counter } 2-digit-year, counter starts at 100'000 example: 19-100000 |
orderDate | DateTime | |
customer | Person | Current copy of the guest placing the order |
billingAddress | FullAddress | |
shippingAddress | FullAddress | |
orderStatus | string | Marketplace service Order status |
priceCurrency | string | CHF |
totalAmount | double | Total amount in the "priceCurrency" including tax and everything |
totalAmountCHF | double | Total amount in CHF |
orderedItem | OrderItem[] | |
language | string | two-letter-iso-language-code (de, fr, it, en, rm) all text field related to the order are filled in this language. |
mailBodyToken | string | Readonly. Link to the confirmation mail body to show online D365: ambcust_confirmation / Bestätigung |
additionalProperty | PropertyValue | any properties |
Included base profile partner object data¶
Property | Type | Description |
---|---|---|
partnerAcronym | string | Partner acronym |
Included base profile object data¶
Property | Type | Description |
---|---|---|
profileId | string | Readonly. Identifier. Guid generated at the creation of the profile |
@id | string | json-ld: full url to load the object |
createdDateTime | DateTime | date and time when the object was created |
lastModified | DateTime | date and time when the object was last updated |
lastModifiedBy | string | the person/service which has last updated the object authenticated users: username of Azure B2C guests: profile id |
createdBySubscription | string | the api subscription name of the creation (→ application) |
lastModifiedBySubscription | string | the api subscription name on the latest update |
Last update:
January 27, 2023 14:37:03