POST api/OrderSCM/{token}/{orderGuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| token | string | None. | |
| orderGuid | string | None. | 
Body Parameters
tOrder| Name | Description | Type | Additional information | 
|---|---|---|---|
| OrderPayableAmount | decimal number | None. | |
| CurrencyCode | string | None. | |
| FormatAmount | string | None. | |
| IsCancelable | boolean | None. | |
| InvoiceGuid | globally unique identifier | None. | |
| GetOrderReceipt | string | None. | |
| OrderGuid | globally unique identifier | None. | |
| CustomerGuid | globally unique identifier | None. | |
| OrderNo | integer | None. | |
| Text | string | None. | |
| OrderPrinterGuid | globally unique identifier | None. | |
| TimeStamp | date | None. | |
| DailyOrderNo | integer | None. | |
| OrderID | integer | None. | |
| PaymentRequired | boolean | None. | |
| PostalGuid | globally unique identifier | None. | |
| OrderSCMStatusID | integer | None. | |
| DeliveryFee | decimal number | None. | |
| DeliveryDateTime | date | None. | |
| CustomerPaymentFee | decimal number | None. | |
| Notification | boolean | None. | |
| DiscountGuid | globally unique identifier | None. | |
| ExternalTrackingNo | string | None. | |
| ExternalMessage | string | None. | |
| Status | integer | None. | |
| PickupDateTime | date | None. | |
| Type | integer | None. | |
| DriverGuid | globally unique identifier | None. | |
| Discount | decimal number | None. | |
| DiscountCode | string | None. | |
| PostalGroupGuid | globally unique identifier | None. | |
| AcceptUrl | string | None. | |
| CancelUrl | string | None. | |
| Currency | string | None. | |
| tCustomer | tCustomer | None. | |
| tInvoice | Collection of tInvoice | None. | |
| tOrderPrinter | tOrderPrinter | None. | |
| tOrderDelivery | Collection of tOrderDelivery | None. | |
| tOrderItem | Collection of tOrderItem | None. | |
| tOrderStatus | Collection of tOrderStatus | None. | |
| tOrderDeliveryDenied | Collection of tOrderDeliveryDenied | None. | |
| tPayment | Collection of tPayment | None. | |
| tPostalGroup | tPostalGroup | None. | 
Request Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
        Sample not available.
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
None.