POST api/Locations/EditPosition
Request Information
URI Parameters
None.
Body Parameters
LocationPositionInputModelName | 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": "08cd84d0-b6a9-472f-80ca-09f631624f96", "SequenceName": "sample string 2", "PrefixId": 1, "Name": "sample string 3", "StatusId": 1, "RowId": "c9f30ef4-4b53-4d5c-bd6c-a339358156cd", "Length": 1.0, "Width": 1.0, "Height": 1.0, "MaxWeight": 1.0, "CustomerId": 1, "Description": "sample string 4", "TempBayId": "d4245cdc-965a-4312-a2e9-b685e02c5b86", "TempLevelId": "3dcd6dd5-07c6-47a9-b0ac-a48095fed081", "BayId": "2551d87e-28d3-45b3-b6e6-2e4095623ace", "LevelId": "c7418eb4-9dc1-4024-ad19-e7ef62e910ed", "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>2551d87e-28d3-45b3-b6e6-2e4095623ace</BayId> <CustomerId>1</CustomerId> <Description>sample string 4</Description> <Height>1</Height> <ID>08cd84d0-b6a9-472f-80ca-09f631624f96</ID> <Length>1</Length> <LevelId>c7418eb4-9dc1-4024-ad19-e7ef62e910ed</LevelId> <MaxWeight>1</MaxWeight> <Name>sample string 3</Name> <PrefixId>1</PrefixId> <RowId>c9f30ef4-4b53-4d5c-bd6c-a339358156cd</RowId> <SequenceName>sample string 2</SequenceName> <StatusId>1</StatusId> <SubPositionOrder>7</SubPositionOrder> <TempBayId>d4245cdc-965a-4312-a2e9-b685e02c5b86</TempBayId> <TempLevelId>3dcd6dd5-07c6-47a9-b0ac-a48095fed081</TempLevelId> <Width>1</Width> </LocationPositionInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ID":"08cd84d0-b6a9-472f-80ca-09f631624f96","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"c9f30ef4-4b53-4d5c-bd6c-a339358156cd","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"d4245cdc-965a-4312-a2e9-b685e02c5b86","TempLevelId":"3dcd6dd5-07c6-47a9-b0ac-a48095fed081","BayId":"2551d87e-28d3-45b3-b6e6-2e4095623ace","LevelId":"c7418eb4-9dc1-4024-ad19-e7ef62e910ed","SubPositionOrder":7}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.