POST api/order/create
Request Information
URI Parameters
None.
Body Parameters
CreateOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| Order | Order |
None. |
|
| Cart | Cart |
None. |
Request Formats
application/json, text/json
Sample:
{
"Order": {
"CartID": 1,
"OrderId": 1,
"OrderKey": "1b06ec1a-5358-4d54-840b-c5505cc338fe",
"OrderJson": "sample string 1",
"StripePaymentUrl": "sample string 2",
"StripeResponse": "sample string 3",
"BusinessName": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"Email": "sample string 7",
"Phone": "sample string 8",
"PhoneCode": "sample string 9",
"Address": "sample string 10",
"City": "sample string 11",
"State": "sample string 12",
"ZipCode": "sample string 13",
"TrustedFormCertUrl": "sample string 14",
"CreatedOn": "2026-04-06T07:50:38.0911637+00:00"
},
"Cart": {
"CartID": 1,
"CreatedDate": "2026-04-06T07:50:38.0911637+00:00",
"CartItem": [
{
"CartItemID": 1,
"CartID": 1,
"ProductID": 1,
"StripePriceId": "sample string 1",
"Quantity": 2
},
{
"CartItemID": 1,
"CartID": 1,
"ProductID": 1,
"StripePriceId": "sample string 1",
"Quantity": 2
}
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.