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": "43d54508-7b79-4902-9a45-15694592b82f",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "88343682-4e39-4021-b287-243c290a4f9e",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "bbff461c-eb51-4e40-8469-498a2ef1344a",
"TempLevelId": "3540f127-f8bc-40c5-bc02-13c2d069bcf7",
"BayId": "6cc4bfee-2b8b-44e6-afb6-b669247d3322",
"LevelId": "d76acdcb-8575-417d-9bb4-0498ca1b4d5b",
"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>6cc4bfee-2b8b-44e6-afb6-b669247d3322</BayId> <CustomerId>1</CustomerId> <Description>sample string 4</Description> <Height>1</Height> <ID>43d54508-7b79-4902-9a45-15694592b82f</ID> <Length>1</Length> <LevelId>d76acdcb-8575-417d-9bb4-0498ca1b4d5b</LevelId> <MaxWeight>1</MaxWeight> <Name>sample string 3</Name> <PrefixId>1</PrefixId> <RowId>88343682-4e39-4021-b287-243c290a4f9e</RowId> <SequenceName>sample string 2</SequenceName> <StatusId>1</StatusId> <SubPositionOrder>7</SubPositionOrder> <TempBayId>bbff461c-eb51-4e40-8469-498a2ef1344a</TempBayId> <TempLevelId>3540f127-f8bc-40c5-bc02-13c2d069bcf7</TempLevelId> <Width>1</Width> </LocationPositionInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ID":"43d54508-7b79-4902-9a45-15694592b82f","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"88343682-4e39-4021-b287-243c290a4f9e","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"bbff461c-eb51-4e40-8469-498a2ef1344a","TempLevelId":"3540f127-f8bc-40c5-bc02-13c2d069bcf7","BayId":"6cc4bfee-2b8b-44e6-afb6-b669247d3322","LevelId":"d76acdcb-8575-417d-9bb4-0498ca1b4d5b","SubPositionOrder":7}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.