POST api/Helper/WAREHOUSE_EDIT
Request Information
URI Parameters
None.
Body Parameters
ZWareHouseEditRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| WareHouseID | integer |
None. |
|
| WareHouseName | string |
None. |
|
| FullName | string |
None. |
|
| MobileNumber | string |
None. |
|
| ProvinceID | integer |
None. |
|
| DistrictID | integer |
None. |
|
| WardID | integer |
None. |
|
| Street | string |
None. |
|
| ShopID | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| IsDefault | string |
None. |
|
| IsWareHouse | string |
None. |
|
| IsLock | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WareHouseID": 1,
"WareHouseName": "sample string 2",
"FullName": "sample string 3",
"MobileNumber": "sample string 4",
"ProvinceID": 5,
"DistrictID": 6,
"WardID": 7,
"Street": "sample string 8",
"ShopID": 9,
"UpdatedBy": 10,
"IsDefault": "sample string 11",
"IsWareHouse": "sample string 12",
"IsLock": "sample string 13"
}
application/xml, text/xml
Sample:
<ZWareHouseEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <DistrictID>6</DistrictID> <FullName>sample string 3</FullName> <IsDefault>sample string 11</IsDefault> <IsLock>sample string 13</IsLock> <IsWareHouse>sample string 12</IsWareHouse> <MobileNumber>sample string 4</MobileNumber> <ProvinceID>5</ProvinceID> <ShopID>9</ShopID> <Street>sample string 8</Street> <UpdatedBy>10</UpdatedBy> <WardID>7</WardID> <WareHouseID>1</WareHouseID> <WareHouseName>sample string 2</WareHouseName> </ZWareHouseEditRequest>
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>