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": "acabceb2-d602-4577-84ff-0f1e3877f3a3",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "2ee7da99-3877-43e3-b15c-dea1cc9012f2",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "239788c6-15df-407d-a8d9-e8fd2c17052a",
"TempLevelId": "a908a0b8-567e-495d-9b4a-e023a2f11edc",
"BayId": "4eb65c1f-b8a9-45e6-810f-8eedc2852aed",
"LevelId": "e7da70a2-ea6f-465e-8990-df821b6d6166",
"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>4eb65c1f-b8a9-45e6-810f-8eedc2852aed</BayId> <CustomerId>1</CustomerId> <Description>sample string 4</Description> <Height>1</Height> <ID>acabceb2-d602-4577-84ff-0f1e3877f3a3</ID> <Length>1</Length> <LevelId>e7da70a2-ea6f-465e-8990-df821b6d6166</LevelId> <MaxWeight>1</MaxWeight> <Name>sample string 3</Name> <PrefixId>1</PrefixId> <RowId>2ee7da99-3877-43e3-b15c-dea1cc9012f2</RowId> <SequenceName>sample string 2</SequenceName> <StatusId>1</StatusId> <SubPositionOrder>7</SubPositionOrder> <TempBayId>239788c6-15df-407d-a8d9-e8fd2c17052a</TempBayId> <TempLevelId>a908a0b8-567e-495d-9b4a-e023a2f11edc</TempLevelId> <Width>1</Width> </LocationPositionInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ID":"acabceb2-d602-4577-84ff-0f1e3877f3a3","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"2ee7da99-3877-43e3-b15c-dea1cc9012f2","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"239788c6-15df-407d-a8d9-e8fd2c17052a","TempLevelId":"a908a0b8-567e-495d-9b4a-e023a2f11edc","BayId":"4eb65c1f-b8a9-45e6-810f-8eedc2852aed","LevelId":"e7da70a2-ea6f-465e-8990-df821b6d6166","SubPositionOrder":7}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.