POST api/BasLocation/Save
Request Information
URI Parameters
None.
Body Parameters
EntBasLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationID | string |
None. |
|
| Status | string |
None. |
|
| LocUsage | string |
None. |
|
| LocAttribute | string |
None. |
|
| LocType | string |
None. |
|
| LocHand | string |
None. |
|
| CubicLimit | decimal number |
None. |
|
| WeightLimit | decimal number |
None. |
|
| QtyLimit | integer |
None. |
|
| TrayLimit | integer |
None. |
|
| PutawayZone | string |
None. |
|
| PickZone | string |
None. |
|
| Length | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| Height | decimal number |
None. |
|
| XCoord | integer |
None. |
|
| YCoord | integer |
None. |
|
| ZCoord | integer |
None. |
|
| LocLevel | string |
None. |
|
| Circle | string |
None. |
|
| SkuMixFlag | string |
None. |
|
| BatchMixFlag | string |
None. |
|
| LoseTraceNo | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateBy | string |
None. |
|
| EditTime | date |
None. |
|
| EditBy | string |
None. |
|
| BoxLimit | integer |
None. |
|
| Description | string |
None. |
|
| Platoon | integer |
None. |
|
| Columns | integer |
None. |
|
| ZoneID | string |
None. |
|
| Rfid | string |
None. |
|
| Barcode | string |
None. |
|
| PickSeq | string |
None. |
|
| PutSeq | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"locationID": "sample string 2",
"status": "sample string 3",
"locUsage": "sample string 4",
"locAttribute": "sample string 5",
"locType": "sample string 6",
"locHand": "sample string 7",
"cubicLimit": 8.0,
"weightLimit": 9.0,
"qtyLimit": 10,
"trayLimit": 11,
"putawayZone": "sample string 12",
"pickZone": "sample string 13",
"length": 14.0,
"width": 15.0,
"height": 16.0,
"xCoord": 17,
"yCoord": 18,
"zCoord": 19,
"locLevel": "sample string 20",
"circle": "sample string 21",
"skuMixFlag": "sample string 22",
"batchMixFlag": "sample string 23",
"loseTraceNo": "sample string 24",
"createTime": "2025-11-08 15:52:22",
"createBy": "sample string 25",
"editTime": "2025-11-08 15:52:22",
"editBy": "sample string 26",
"boxLimit": 27,
"description": "sample string 28",
"platoon": 29,
"columns": 30,
"zoneID": "sample string 31",
"rfid": "sample string 32",
"barcode": "sample string 33",
"pickSeq": "sample string 34",
"putSeq": "sample string 35",
"pageSize": 36,
"pageIndex": 37,
"totalCount": 38
}
application/xml, text/xml
Sample:
<EntBasLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>37</PageIndex> <PageSize>36</PageSize> <TotalCount>38</TotalCount> <Barcode>sample string 33</Barcode> <BatchMixFlag>sample string 23</BatchMixFlag> <BoxLimit>27</BoxLimit> <Circle>sample string 21</Circle> <Columns>30</Columns> <CreateBy>sample string 25</CreateBy> <CreateTime>2025-11-08T15:52:22.9667177+08:00</CreateTime> <CubicLimit>8</CubicLimit> <Description>sample string 28</Description> <EditBy>sample string 26</EditBy> <EditTime>2025-11-08T15:52:22.9667177+08:00</EditTime> <Height>16</Height> <Id>1</Id> <Length>14</Length> <LocAttribute>sample string 5</LocAttribute> <LocHand>sample string 7</LocHand> <LocLevel>sample string 20</LocLevel> <LocType>sample string 6</LocType> <LocUsage>sample string 4</LocUsage> <LocationID>sample string 2</LocationID> <LoseTraceNo>sample string 24</LoseTraceNo> <PickSeq>sample string 34</PickSeq> <PickZone>sample string 13</PickZone> <Platoon>29</Platoon> <PutSeq>sample string 35</PutSeq> <PutawayZone>sample string 12</PutawayZone> <QtyLimit>10</QtyLimit> <Rfid>sample string 32</Rfid> <SkuMixFlag>sample string 22</SkuMixFlag> <Status>sample string 3</Status> <TrayLimit>11</TrayLimit> <WeightLimit>9</WeightLimit> <Width>15</Width> <XCoord>17</XCoord> <YCoord>18</YCoord> <ZCoord>19</ZCoord> <ZoneID>sample string 31</ZoneID> </EntBasLocation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": 3,
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>