ImportOrdercost
Used when importing orders.
Fields
Field | Description |
---|---|
amount decimal | The amount for this ordercost, can only be specified with manual ordercosts 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}