POST api/cart
Request Information
URI Parameters
None.
Body Parameters
CmsCreateMemberOrderName | Description | Type | Additional information |
---|---|---|---|
ProvinceID | integer |
Required |
|
MemberID | integer |
None. |
|
DeliveryLocationID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProvinceID": 1, "MemberID": 1, "DeliveryLocationID": 1 }
application/xml, text/xml
Sample:
<CmsCreateMemberOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Opimian.Wimps.DTO.CmsDTOs"> <DeliveryLocationID>1</DeliveryLocationID> <MemberID>1</MemberID> <ProvinceID>1</ProvinceID> </CmsCreateMemberOrder>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |