POST api/Helper/SHOP_REGISTER
Request Information
URI Parameters
None.
Body Parameters
ZShopRegisterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName | string |
None. |
|
| StoreName | string |
None. |
|
| string |
None. |
||
| MobileNumber | string |
None. |
|
| ProductBusiness | string |
None. |
|
| TypeBusiness | string |
None. |
|
| TypeShop | integer |
None. |
|
| ProvinceID | integer |
None. |
|
| DistrictID | integer |
None. |
|
| WardID | integer |
None. |
|
| Address | string |
None. |
|
| CRMOrPaypostCode | string |
None. |
|
| CollectionPostcode | string |
None. |
|
| CollectionPostOfficeID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FullName": "sample string 1",
"StoreName": "sample string 2",
"Email": "sample string 3",
"MobileNumber": "sample string 4",
"ProductBusiness": "sample string 5",
"TypeBusiness": "sample string 6",
"TypeShop": 7,
"ProvinceID": 8,
"DistrictID": 9,
"WardID": 10,
"Address": "sample string 11",
"CRMOrPaypostCode": "sample string 12",
"CollectionPostcode": "sample string 13",
"CollectionPostOfficeID": 14
}
application/xml, text/xml
Sample:
<ZShopRegisterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <Address>sample string 11</Address> <CRMOrPaypostCode>sample string 12</CRMOrPaypostCode> <CollectionPostOfficeID>14</CollectionPostOfficeID> <CollectionPostcode>sample string 13</CollectionPostcode> <DistrictID>9</DistrictID> <Email>sample string 3</Email> <FullName>sample string 1</FullName> <MobileNumber>sample string 4</MobileNumber> <ProductBusiness>sample string 5</ProductBusiness> <ProvinceID>8</ProvinceID> <StoreName>sample string 2</StoreName> <TypeBusiness>sample string 6</TypeBusiness> <TypeShop>7</TypeShop> <WardID>10</WardID> </ZShopRegisterRequest>
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>