POST api/Helper/WAREHOUSE_GET_BY_ID

Request Information

URI Parameters

None.

Body Parameters

ZWareHouseGetByIDRequest
NameDescriptionTypeAdditional information
ID

integer

None.

ShopID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ShopID": 2
}

application/xml, text/xml

Sample:
<ZWareHouseGetByIDRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <ID>1</ID>
  <ShopID>2</ShopID>
</ZWareHouseGetByIDRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ZWareHouseGetByIDResponse
NameDescriptionTypeAdditional information
WareHouseID

integer

None.

WareHouseCode

string

None.

WareHouseName

string

None.

FullName

string

None.

MobileNumber

string

None.

ProvinceID

integer

None.

ProvinceName

string

None.

DistrictID

integer

None.

DistrictName

string

None.

WardID

integer

None.

WardName

string

None.

Street

string

None.

FullAddress

string

None.

IsDefault

string

None.

IsLock

string

None.

Response Formats

application/json, text/json

Sample:
{
  "WareHouseID": 1,
  "WareHouseCode": "sample string 2",
  "WareHouseName": "sample string 3",
  "FullName": "sample string 4",
  "MobileNumber": "sample string 5",
  "ProvinceID": 6,
  "ProvinceName": "sample string 7",
  "DistrictID": 8,
  "DistrictName": "sample string 9",
  "WardID": 10,
  "WardName": "sample string 11",
  "Street": "sample string 12",
  "FullAddress": "sample string 13",
  "IsDefault": "sample string 14",
  "IsLock": "sample string 15"
}

application/xml, text/xml

Sample:
<ZWareHouseGetByIDResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <DistrictID>8</DistrictID>
  <DistrictName>sample string 9</DistrictName>
  <FullAddress>sample string 13</FullAddress>
  <FullName>sample string 4</FullName>
  <IsDefault>sample string 14</IsDefault>
  <IsLock>sample string 15</IsLock>
  <MobileNumber>sample string 5</MobileNumber>
  <ProvinceID>6</ProvinceID>
  <ProvinceName>sample string 7</ProvinceName>
  <Street>sample string 12</Street>
  <WardID>10</WardID>
  <WardName>sample string 11</WardName>
  <WareHouseCode>sample string 2</WareHouseCode>
  <WareHouseID>1</WareHouseID>
  <WareHouseName>sample string 3</WareHouseName>
</ZWareHouseGetByIDResponse>