POST api/Helper/REQUEST_ORDER_ADD
Request Information
URI Parameters
None.
Body Parameters
ZRequestOrderAddRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName | string |
None. |
|
| MobileNumber | string |
None. |
|
| ProductSKU | string |
None. |
|
| string |
None. |
||
| ProvinceID | integer |
None. |
|
| DistrictID | integer |
None. |
|
| WardID | integer |
None. |
|
| Address | string |
None. |
|
| Channel | string |
None. |
|
| Note | string |
None. |
|
| ShopID | integer |
None. |
|
| CreatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FullName": "sample string 1",
"MobileNumber": "sample string 2",
"ProductSKU": "sample string 3",
"Email": "sample string 4",
"ProvinceID": 5,
"DistrictID": 6,
"WardID": 7,
"Address": "sample string 8",
"Channel": "sample string 9",
"Note": "sample string 10",
"ShopID": 11,
"CreatedBy": 12
}
application/xml, text/xml
Sample:
<ZRequestOrderAddRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <Address>sample string 8</Address> <Channel>sample string 9</Channel> <CreatedBy>12</CreatedBy> <DistrictID>6</DistrictID> <Email>sample string 4</Email> <FullName>sample string 1</FullName> <MobileNumber>sample string 2</MobileNumber> <Note>sample string 10</Note> <ProductSKU>sample string 3</ProductSKU> <ProvinceID>5</ProvinceID> <ShopID>11</ShopID> <WardID>7</WardID> </ZRequestOrderAddRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>