Order
Creates a Order resource.
Creates a Order resource.
post/orders
Request body
Example request
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcID": "GH2JK-67283H-YW82KHX-2883KK-KS78S",
"name": "New order",
"orderDate": "2019-08-25T02:17:40.080Z",
"orderStatus": "activated",
"description": "Monthly bundle",
"amount": "1200",
"quantity": 5,
"modified": "2019-08-25T02:17:40.080Z",
"customerId": "C005",
"firstName": "Jane",
"lastName": "Doe",
"currency": "USD"
}Response
Order resource created
Example response
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcID": "GH2JK-67283H-YW82KHX-2883KK-KS78S",
"name": "New order",
"orderDate": "2019-08-25T02:17:40.080Z",
"orderStatus": "activated",
"description": "Monthly bundle",
"amount": "1200",
"quantity": 5,
"modified": "2019-08-25T02:17:40.080Z",
"customerId": "C005",
"firstName": "Jane",
"lastName": "Doe",
"currency": "USD"
}