SetOrderCost

Used to update order costs in an order.

Fields

FieldDescription
amount
decimal

The amount for this ordercost

Example value:2.990000
servicechargedefinitionid
int 
(required)

Id of the service charge to use for this ordercost

Example value:1

Example

1{
2    "amount": 2.990000,
3    "servicechargedefinitionid": 1
4}