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": "5c0c0c6d-d5c2-4a26-a5bb-6239be521dc9",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "972a0a7c-b536-4131-b713-c203cea537fc",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "00a2154f-de5d-47ba-ac0b-c90659c0573e",
"TempLevelId": "4dba73ce-b2c6-4eac-aa2a-34579093c992",
"BayId": "0c49b7c7-e40b-4f61-9c4b-2d35c4b38815",
"LevelId": "edd35a7a-8aa0-4940-b4dd-44c7d316b7f6",
"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>0c49b7c7-e40b-4f61-9c4b-2d35c4b38815</BayId> <CustomerId>1</CustomerId> <Description>sample string 4</Description> <Height>1</Height> <ID>5c0c0c6d-d5c2-4a26-a5bb-6239be521dc9</ID> <Length>1</Length> <LevelId>edd35a7a-8aa0-4940-b4dd-44c7d316b7f6</LevelId> <MaxWeight>1</MaxWeight> <Name>sample string 3</Name> <PrefixId>1</PrefixId> <RowId>972a0a7c-b536-4131-b713-c203cea537fc</RowId> <SequenceName>sample string 2</SequenceName> <StatusId>1</StatusId> <SubPositionOrder>7</SubPositionOrder> <TempBayId>00a2154f-de5d-47ba-ac0b-c90659c0573e</TempBayId> <TempLevelId>4dba73ce-b2c6-4eac-aa2a-34579093c992</TempLevelId> <Width>1</Width> </LocationPositionInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ID":"5c0c0c6d-d5c2-4a26-a5bb-6239be521dc9","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"972a0a7c-b536-4131-b713-c203cea537fc","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"00a2154f-de5d-47ba-ac0b-c90659c0573e","TempLevelId":"4dba73ce-b2c6-4eac-aa2a-34579093c992","BayId":"0c49b7c7-e40b-4f61-9c4b-2d35c4b38815","LevelId":"edd35a7a-8aa0-4940-b4dd-44c7d316b7f6","SubPositionOrder":7}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.