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": "9b4c3e82-b9c8-4cee-927b-7d5295e4bb96",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "adb4c11c-50af-40a4-ad16-08ef4fc9df3b",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "dddd1668-6c87-4f38-9611-f58efff6e574",
"TempLevelId": "0c2b0981-e8d8-4662-a877-11ce770389b0",
"BayId": "ea9ce336-6112-4233-b534-e0657fd3501a",
"LevelId": "f0e3a820-ad81-4114-ba0d-5fe960226142",
"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>ea9ce336-6112-4233-b534-e0657fd3501a</BayId> <CustomerId>1</CustomerId> <Description>sample string 4</Description> <Height>1</Height> <ID>9b4c3e82-b9c8-4cee-927b-7d5295e4bb96</ID> <Length>1</Length> <LevelId>f0e3a820-ad81-4114-ba0d-5fe960226142</LevelId> <MaxWeight>1</MaxWeight> <Name>sample string 3</Name> <PrefixId>1</PrefixId> <RowId>adb4c11c-50af-40a4-ad16-08ef4fc9df3b</RowId> <SequenceName>sample string 2</SequenceName> <StatusId>1</StatusId> <SubPositionOrder>7</SubPositionOrder> <TempBayId>dddd1668-6c87-4f38-9611-f58efff6e574</TempBayId> <TempLevelId>0c2b0981-e8d8-4662-a877-11ce770389b0</TempLevelId> <Width>1</Width> </LocationPositionInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ID":"9b4c3e82-b9c8-4cee-927b-7d5295e4bb96","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"adb4c11c-50af-40a4-ad16-08ef4fc9df3b","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"dddd1668-6c87-4f38-9611-f58efff6e574","TempLevelId":"0c2b0981-e8d8-4662-a877-11ce770389b0","BayId":"ea9ce336-6112-4233-b534-e0657fd3501a","LevelId":"f0e3a820-ad81-4114-ba0d-5fe960226142","SubPositionOrder":7}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.