POST api/Locations/EditPosition
Request Information
URI Parameters
None.
Body Parameters
LocationPositionInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SequenceName | string |
None. |
|
| PrefixId | integer |
None. |
|
| Name | string |
None. |
|
| StatusId | integer |
None. |
|
| RowId | globally unique identifier |
None. |
|
| Length | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| Height | decimal number |
None. |
|
| MaxWeight | decimal number |
None. |
|
| CustomerId | integer |
None. |
|
| Description | string |
None. |
|
| TempBayId | globally unique identifier |
None. |
|
| TempLevelId | globally unique identifier |
None. |
|
| BayId | globally unique identifier |
None. |
|
| LevelId | globally unique identifier |
None. |
|
| SubPositionOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "e6d9c942-7533-491e-b1f9-6820dcc77ac9",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "3af2c865-41fc-4c7e-b578-1f2e1849cce9",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "427ddd67-541a-4371-8679-c8a723a2a76e",
"TempLevelId": "31d60d4c-1a89-4234-92d2-c698199b5f80",
"BayId": "6469feff-3de5-4e42-9c95-0197cc702009",
"LevelId": "87823353-9284-47a3-9f52-bbd556c6bd0c",
"SubPositionOrder": 7
}
application/xml, text/xml
Sample:
<LocationPositionInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <BayId>6469feff-3de5-4e42-9c95-0197cc702009</BayId> <CustomerId>1</CustomerId> <Description>sample string 4</Description> <Height>1</Height> <ID>e6d9c942-7533-491e-b1f9-6820dcc77ac9</ID> <Length>1</Length> <LevelId>87823353-9284-47a3-9f52-bbd556c6bd0c</LevelId> <MaxWeight>1</MaxWeight> <Name>sample string 3</Name> <PrefixId>1</PrefixId> <RowId>3af2c865-41fc-4c7e-b578-1f2e1849cce9</RowId> <SequenceName>sample string 2</SequenceName> <StatusId>1</StatusId> <SubPositionOrder>7</SubPositionOrder> <TempBayId>427ddd67-541a-4371-8679-c8a723a2a76e</TempBayId> <TempLevelId>31d60d4c-1a89-4234-92d2-c698199b5f80</TempLevelId> <Width>1</Width> </LocationPositionInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ID":"e6d9c942-7533-491e-b1f9-6820dcc77ac9","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"3af2c865-41fc-4c7e-b578-1f2e1849cce9","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"427ddd67-541a-4371-8679-c8a723a2a76e","TempLevelId":"31d60d4c-1a89-4234-92d2-c698199b5f80","BayId":"6469feff-3de5-4e42-9c95-0197cc702009","LevelId":"87823353-9284-47a3-9f52-bbd556c6bd0c","SubPositionOrder":7}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.