POST cart/AddOrder
Request Information
URI Parameters
None.
Body Parameters
iCheckoutName | Description | Type | Additional information |
---|---|---|---|
userId | globally unique identifier |
None. |
|
name | string |
None. |
|
phone | string |
None. |
|
string |
None. |
||
address | string |
None. |
|
city | string |
None. |
|
state | string |
None. |
|
postalCode | string |
None. |
|
country | string |
None. |
|
feesAmt | decimal number |
None. |
|
totalAmt | decimal number |
None. |
|
paymentMethod | string |
None. |
|
orderNo | string |
None. |
|
orderId | string |
None. |
|
createdId | string |
None. |
|
detail | Collection of iCheckoutList |
None. |
Request Formats
application/json, text/json
Sample:
{ "userId": "fdeaa775-dc3f-471a-9899-5af51b774d0b", "name": "sample string 2", "phone": "sample string 3", "email": "sample string 4", "address": "sample string 5", "city": "sample string 6", "state": "sample string 7", "postalCode": "sample string 8", "country": "sample string 9", "feesAmt": 10.1, "totalAmt": 11.1, "paymentMethod": "sample string 12", "orderNo": "sample string 13", "orderId": "sample string 14", "createdId": "sample string 15", "detail": [ { "cartid": "sample string 1", "voucherid": "sample string 2", "price": 3.1, "qty": 4, "amount": 5.1 }, { "cartid": "sample string 1", "voucherid": "sample string 2", "price": 3.1, "qty": 4, "amount": 5.1 } ] }
Response Information
Resource Description
oResultName | Description | Type | Additional information |
---|---|---|---|
StatusCode | boolean |
None. |
|
Message | string |
None. |
|
lang | string |
None. |
|
RefNo | string |
None. |
|
Records | Collection of Object |
None. |
|
userMenu | Collection of Object |
None. |
|
MasterData | Collection of Object |
None. |
|
DetailData | Collection of Object |
None. |
|
InfoData | Collection of Object |
None. |
|
DownloadDashboard | Collection of Object |
None. |
|
ScanDashboard | Collection of Object |
None. |
|
SocialLinkDashboard | Collection of Object |
None. |
|
DownloadGraph | Collection of Object |
None. |
|
ScanGraph | Collection of Object |
None. |
|
SocialLinkGraph | Collection of Object |
None. |
|
SumDetailDashboard | Collection of Object |
None. |
|
Title | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": true, "Message": "sample string 2", "lang": "sample string 3", "RefNo": "sample string 4", "Records": [ {}, {} ], "userMenu": [ {}, {} ], "MasterData": [ {}, {} ], "DetailData": [ {}, {} ], "InfoData": [ {}, {} ], "DownloadDashboard": [ {}, {} ], "ScanDashboard": [ {}, {} ], "SocialLinkDashboard": [ {}, {} ], "DownloadGraph": [ {}, {} ], "ScanGraph": [ {}, {} ], "SocialLinkGraph": [ {}, {} ], "SumDetailDashboard": [ {}, {} ], "Title": [ {}, {} ] }