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": "0866c805-fe2e-4649-80c9-782333ad0cd0",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "f9a82bc3-a4f8-41da-8b43-7cf82f5fccd4",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "2159b2b4-d533-4914-b470-c30fcdd56b8b",
"TempLevelId": "75319107-e466-4023-a43c-1e4350542c4d",
"BayId": "346ccdad-5d61-49f6-8bfb-5a8ce81aba41",
"LevelId": "457a4c5d-ed53-4274-87e8-e6e7167fe394",
"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>346ccdad-5d61-49f6-8bfb-5a8ce81aba41</BayId> <CustomerId>1</CustomerId> <Description>sample string 4</Description> <Height>1</Height> <ID>0866c805-fe2e-4649-80c9-782333ad0cd0</ID> <Length>1</Length> <LevelId>457a4c5d-ed53-4274-87e8-e6e7167fe394</LevelId> <MaxWeight>1</MaxWeight> <Name>sample string 3</Name> <PrefixId>1</PrefixId> <RowId>f9a82bc3-a4f8-41da-8b43-7cf82f5fccd4</RowId> <SequenceName>sample string 2</SequenceName> <StatusId>1</StatusId> <SubPositionOrder>7</SubPositionOrder> <TempBayId>2159b2b4-d533-4914-b470-c30fcdd56b8b</TempBayId> <TempLevelId>75319107-e466-4023-a43c-1e4350542c4d</TempLevelId> <Width>1</Width> </LocationPositionInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ID":"0866c805-fe2e-4649-80c9-782333ad0cd0","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"f9a82bc3-a4f8-41da-8b43-7cf82f5fccd4","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"2159b2b4-d533-4914-b470-c30fcdd56b8b","TempLevelId":"75319107-e466-4023-a43c-1e4350542c4d","BayId":"346ccdad-5d61-49f6-8bfb-5a8ce81aba41","LevelId":"457a4c5d-ed53-4274-87e8-e6e7167fe394","SubPositionOrder":7}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.