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": "52898094-b59c-4ff0-8cf9-fd0bb216f17e",
"SequenceName": "sample string 2",
"Name": "sample string 3",
"Status": 4,
"ParentAreaId": "51e0ae94-e14e-4118-ae50-8212be657667",
"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>52898094-b59c-4ff0-8cf9-fd0bb216f17e</ID> <Length>5</Length> <Name>sample string 3</Name> <ParentAreaId>51e0ae94-e14e-4118-ae50-8212be657667</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":"52898094-b59c-4ff0-8cf9-fd0bb216f17e","SequenceName":"sample string 2","Name":"sample string 3","Status":4,"ParentAreaId":"51e0ae94-e14e-4118-ae50-8212be657667","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.