POST api/Locations/EditArea
Request Information
URI Parameters
None.
Body Parameters
LocationAreaInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SequenceName | string |
None. |
|
| Name | string |
None. |
|
| Status | integer |
None. |
|
| ParentAreaId | globally unique identifier |
None. |
|
| Length | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| DepartmentId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Description | string |
None. |
|
| PrefixId | integer |
None. |
|
| WarehouseId | integer |
None. |
|
| StatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "80eba350-263c-42b2-9fea-0ac8d2336b7f",
"SequenceName": "sample string 2",
"Name": "sample string 3",
"Status": 4,
"ParentAreaId": "cec5244c-afca-459b-b2f4-91f48a572932",
"Length": 5.0,
"Width": 6.0,
"DepartmentId": 7,
"CustomerId": 8,
"Description": "sample string 9",
"PrefixId": 10,
"WarehouseId": 11,
"StatusId": 12
}
application/xml, text/xml
Sample:
<LocationAreaInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <CustomerId>8</CustomerId> <DepartmentId>7</DepartmentId> <Description>sample string 9</Description> <ID>80eba350-263c-42b2-9fea-0ac8d2336b7f</ID> <Length>5</Length> <Name>sample string 3</Name> <ParentAreaId>cec5244c-afca-459b-b2f4-91f48a572932</ParentAreaId> <PrefixId>10</PrefixId> <SequenceName>sample string 2</SequenceName> <Status>4</Status> <StatusId>12</StatusId> <WarehouseId>11</WarehouseId> <Width>6</Width> </LocationAreaInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ID":"80eba350-263c-42b2-9fea-0ac8d2336b7f","SequenceName":"sample string 2","Name":"sample string 3","Status":4,"ParentAreaId":"cec5244c-afca-459b-b2f4-91f48a572932","Length":5.0,"Width":6.0,"DepartmentId":7,"CustomerId":8,"Description":"sample string 9","PrefixId":10,"WarehouseId":11,"StatusId":12}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.