POST api/Locations/SaveRow
Request Information
URI Parameters
None.
Body Parameters
Collection of LocationRowInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SequenceName | string |
None. |
|
| PrefixId | integer |
None. |
|
| Name | string |
None. |
|
| StatusId | integer |
None. |
|
| WarehouseId | integer |
None. |
|
| AreaId | globally unique identifier |
None. |
|
| Length | decimal number |
None. |
|
| Width | decimal number |
None. |
|
| DepartmentId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Description | string |
None. |
|
| Bays | Collection of LocationBayInputModel |
None. |
|
| Levels | Collection of LocationLevelInputModel |
None. |
|
| Positions | Collection of LocationPositionInputModel |
None. |
|
| Height | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": "272f35db-de8a-4e04-ae2d-f9fbcfe6fdad",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"WarehouseId": 1,
"AreaId": "3379c9cb-5c09-4ac1-8a48-e35d965cdb16",
"Length": 1.0,
"Width": 1.0,
"DepartmentId": 1,
"CustomerId": 1,
"Description": "sample string 4",
"Bays": [
{
"ID": "d1c684a5-cc79-4da6-8429-67d17cd644ce",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "7f5d21bd-406b-4343-b168-9c25cc59d9d5",
"SequenceNo": 6
},
{
"ID": "d1c684a5-cc79-4da6-8429-67d17cd644ce",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "7f5d21bd-406b-4343-b168-9c25cc59d9d5",
"SequenceNo": 6
}
],
"Levels": [
{
"ID": "db4aacd3-1273-49ac-b6f8-788e3a2f69cf",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempLevelId": "d4c3392d-3f76-4ab6-bdab-078d974fd141",
"SequenceNo": 6
},
{
"ID": "db4aacd3-1273-49ac-b6f8-788e3a2f69cf",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempLevelId": "d4c3392d-3f76-4ab6-bdab-078d974fd141",
"SequenceNo": 6
}
],
"Positions": [
{
"ID": "9fc84b4d-e86b-408a-91d8-0905fb8afc1f",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "4ac718fe-13a1-44aa-af66-2ce2773b94e4",
"TempLevelId": "2c382712-46a4-475a-8c46-af0b9828358d",
"BayId": "ba26d3bd-c6b8-4a2f-903b-43d432b67517",
"LevelId": "58ebed63-c7ad-40eb-af25-074b723cecaa",
"SubPositionOrder": 7
},
{
"ID": "9fc84b4d-e86b-408a-91d8-0905fb8afc1f",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "4ac718fe-13a1-44aa-af66-2ce2773b94e4",
"TempLevelId": "2c382712-46a4-475a-8c46-af0b9828358d",
"BayId": "ba26d3bd-c6b8-4a2f-903b-43d432b67517",
"LevelId": "58ebed63-c7ad-40eb-af25-074b723cecaa",
"SubPositionOrder": 7
}
],
"Height": 1.0
},
{
"ID": "272f35db-de8a-4e04-ae2d-f9fbcfe6fdad",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"WarehouseId": 1,
"AreaId": "3379c9cb-5c09-4ac1-8a48-e35d965cdb16",
"Length": 1.0,
"Width": 1.0,
"DepartmentId": 1,
"CustomerId": 1,
"Description": "sample string 4",
"Bays": [
{
"ID": "d1c684a5-cc79-4da6-8429-67d17cd644ce",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "7f5d21bd-406b-4343-b168-9c25cc59d9d5",
"SequenceNo": 6
},
{
"ID": "d1c684a5-cc79-4da6-8429-67d17cd644ce",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "7f5d21bd-406b-4343-b168-9c25cc59d9d5",
"SequenceNo": 6
}
],
"Levels": [
{
"ID": "db4aacd3-1273-49ac-b6f8-788e3a2f69cf",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempLevelId": "d4c3392d-3f76-4ab6-bdab-078d974fd141",
"SequenceNo": 6
},
{
"ID": "db4aacd3-1273-49ac-b6f8-788e3a2f69cf",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempLevelId": "d4c3392d-3f76-4ab6-bdab-078d974fd141",
"SequenceNo": 6
}
],
"Positions": [
{
"ID": "9fc84b4d-e86b-408a-91d8-0905fb8afc1f",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "4ac718fe-13a1-44aa-af66-2ce2773b94e4",
"TempLevelId": "2c382712-46a4-475a-8c46-af0b9828358d",
"BayId": "ba26d3bd-c6b8-4a2f-903b-43d432b67517",
"LevelId": "58ebed63-c7ad-40eb-af25-074b723cecaa",
"SubPositionOrder": 7
},
{
"ID": "9fc84b4d-e86b-408a-91d8-0905fb8afc1f",
"SequenceName": "sample string 2",
"PrefixId": 1,
"Name": "sample string 3",
"StatusId": 1,
"RowId": "84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be",
"Length": 1.0,
"Width": 1.0,
"Height": 1.0,
"MaxWeight": 1.0,
"CustomerId": 1,
"Description": "sample string 4",
"TempBayId": "4ac718fe-13a1-44aa-af66-2ce2773b94e4",
"TempLevelId": "2c382712-46a4-475a-8c46-af0b9828358d",
"BayId": "ba26d3bd-c6b8-4a2f-903b-43d432b67517",
"LevelId": "58ebed63-c7ad-40eb-af25-074b723cecaa",
"SubPositionOrder": 7
}
],
"Height": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfLocationRowInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
<LocationRowInputModel>
<AreaId>3379c9cb-5c09-4ac1-8a48-e35d965cdb16</AreaId>
<Bays>
<LocationBayInputModel>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>d1c684a5-cc79-4da6-8429-67d17cd644ce</ID>
<Length>1</Length>
<MaxWeight>1</MaxWeight>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<SequenceNo>6</SequenceNo>
<StatusId>1</StatusId>
<TempBayId>7f5d21bd-406b-4343-b168-9c25cc59d9d5</TempBayId>
<Width>1</Width>
</LocationBayInputModel>
<LocationBayInputModel>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>d1c684a5-cc79-4da6-8429-67d17cd644ce</ID>
<Length>1</Length>
<MaxWeight>1</MaxWeight>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<SequenceNo>6</SequenceNo>
<StatusId>1</StatusId>
<TempBayId>7f5d21bd-406b-4343-b168-9c25cc59d9d5</TempBayId>
<Width>1</Width>
</LocationBayInputModel>
</Bays>
<CustomerId>1</CustomerId>
<DepartmentId>1</DepartmentId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>272f35db-de8a-4e04-ae2d-f9fbcfe6fdad</ID>
<Length>1</Length>
<Levels>
<LocationLevelInputModel>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>db4aacd3-1273-49ac-b6f8-788e3a2f69cf</ID>
<Length>1</Length>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<SequenceNo>6</SequenceNo>
<StatusId>1</StatusId>
<TempLevelId>d4c3392d-3f76-4ab6-bdab-078d974fd141</TempLevelId>
<Width>1</Width>
</LocationLevelInputModel>
<LocationLevelInputModel>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>db4aacd3-1273-49ac-b6f8-788e3a2f69cf</ID>
<Length>1</Length>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<SequenceNo>6</SequenceNo>
<StatusId>1</StatusId>
<TempLevelId>d4c3392d-3f76-4ab6-bdab-078d974fd141</TempLevelId>
<Width>1</Width>
</LocationLevelInputModel>
</Levels>
<Name>sample string 3</Name>
<Positions>
<LocationPositionInputModel>
<BayId>ba26d3bd-c6b8-4a2f-903b-43d432b67517</BayId>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>9fc84b4d-e86b-408a-91d8-0905fb8afc1f</ID>
<Length>1</Length>
<LevelId>58ebed63-c7ad-40eb-af25-074b723cecaa</LevelId>
<MaxWeight>1</MaxWeight>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<RowId>84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be</RowId>
<SequenceName>sample string 2</SequenceName>
<StatusId>1</StatusId>
<SubPositionOrder>7</SubPositionOrder>
<TempBayId>4ac718fe-13a1-44aa-af66-2ce2773b94e4</TempBayId>
<TempLevelId>2c382712-46a4-475a-8c46-af0b9828358d</TempLevelId>
<Width>1</Width>
</LocationPositionInputModel>
<LocationPositionInputModel>
<BayId>ba26d3bd-c6b8-4a2f-903b-43d432b67517</BayId>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>9fc84b4d-e86b-408a-91d8-0905fb8afc1f</ID>
<Length>1</Length>
<LevelId>58ebed63-c7ad-40eb-af25-074b723cecaa</LevelId>
<MaxWeight>1</MaxWeight>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<RowId>84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be</RowId>
<SequenceName>sample string 2</SequenceName>
<StatusId>1</StatusId>
<SubPositionOrder>7</SubPositionOrder>
<TempBayId>4ac718fe-13a1-44aa-af66-2ce2773b94e4</TempBayId>
<TempLevelId>2c382712-46a4-475a-8c46-af0b9828358d</TempLevelId>
<Width>1</Width>
</LocationPositionInputModel>
</Positions>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<StatusId>1</StatusId>
<WarehouseId>1</WarehouseId>
<Width>1</Width>
</LocationRowInputModel>
<LocationRowInputModel>
<AreaId>3379c9cb-5c09-4ac1-8a48-e35d965cdb16</AreaId>
<Bays>
<LocationBayInputModel>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>d1c684a5-cc79-4da6-8429-67d17cd644ce</ID>
<Length>1</Length>
<MaxWeight>1</MaxWeight>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<SequenceNo>6</SequenceNo>
<StatusId>1</StatusId>
<TempBayId>7f5d21bd-406b-4343-b168-9c25cc59d9d5</TempBayId>
<Width>1</Width>
</LocationBayInputModel>
<LocationBayInputModel>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>d1c684a5-cc79-4da6-8429-67d17cd644ce</ID>
<Length>1</Length>
<MaxWeight>1</MaxWeight>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<SequenceNo>6</SequenceNo>
<StatusId>1</StatusId>
<TempBayId>7f5d21bd-406b-4343-b168-9c25cc59d9d5</TempBayId>
<Width>1</Width>
</LocationBayInputModel>
</Bays>
<CustomerId>1</CustomerId>
<DepartmentId>1</DepartmentId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>272f35db-de8a-4e04-ae2d-f9fbcfe6fdad</ID>
<Length>1</Length>
<Levels>
<LocationLevelInputModel>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>db4aacd3-1273-49ac-b6f8-788e3a2f69cf</ID>
<Length>1</Length>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<SequenceNo>6</SequenceNo>
<StatusId>1</StatusId>
<TempLevelId>d4c3392d-3f76-4ab6-bdab-078d974fd141</TempLevelId>
<Width>1</Width>
</LocationLevelInputModel>
<LocationLevelInputModel>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>db4aacd3-1273-49ac-b6f8-788e3a2f69cf</ID>
<Length>1</Length>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<SequenceNo>6</SequenceNo>
<StatusId>1</StatusId>
<TempLevelId>d4c3392d-3f76-4ab6-bdab-078d974fd141</TempLevelId>
<Width>1</Width>
</LocationLevelInputModel>
</Levels>
<Name>sample string 3</Name>
<Positions>
<LocationPositionInputModel>
<BayId>ba26d3bd-c6b8-4a2f-903b-43d432b67517</BayId>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>9fc84b4d-e86b-408a-91d8-0905fb8afc1f</ID>
<Length>1</Length>
<LevelId>58ebed63-c7ad-40eb-af25-074b723cecaa</LevelId>
<MaxWeight>1</MaxWeight>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<RowId>84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be</RowId>
<SequenceName>sample string 2</SequenceName>
<StatusId>1</StatusId>
<SubPositionOrder>7</SubPositionOrder>
<TempBayId>4ac718fe-13a1-44aa-af66-2ce2773b94e4</TempBayId>
<TempLevelId>2c382712-46a4-475a-8c46-af0b9828358d</TempLevelId>
<Width>1</Width>
</LocationPositionInputModel>
<LocationPositionInputModel>
<BayId>ba26d3bd-c6b8-4a2f-903b-43d432b67517</BayId>
<CustomerId>1</CustomerId>
<Description>sample string 4</Description>
<Height>1</Height>
<ID>9fc84b4d-e86b-408a-91d8-0905fb8afc1f</ID>
<Length>1</Length>
<LevelId>58ebed63-c7ad-40eb-af25-074b723cecaa</LevelId>
<MaxWeight>1</MaxWeight>
<Name>sample string 3</Name>
<PrefixId>1</PrefixId>
<RowId>84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be</RowId>
<SequenceName>sample string 2</SequenceName>
<StatusId>1</StatusId>
<SubPositionOrder>7</SubPositionOrder>
<TempBayId>4ac718fe-13a1-44aa-af66-2ce2773b94e4</TempBayId>
<TempLevelId>2c382712-46a4-475a-8c46-af0b9828358d</TempLevelId>
<Width>1</Width>
</LocationPositionInputModel>
</Positions>
<PrefixId>1</PrefixId>
<SequenceName>sample string 2</SequenceName>
<StatusId>1</StatusId>
<WarehouseId>1</WarehouseId>
<Width>1</Width>
</LocationRowInputModel>
</ArrayOfLocationRowInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
[{"ID":"272f35db-de8a-4e04-ae2d-f9fbcfe6fdad","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"WarehouseId":1,"AreaId":"3379c9cb-5c09-4ac1-8a48-e35d965cdb16","Length":1.0,"Width":1.0,"DepartmentId":1,"CustomerId":1,"Description":"sample string 4","Bays":[{"ID":"d1c684a5-cc79-4da6-8429-67d17cd644ce","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"7f5d21bd-406b-4343-b168-9c25cc59d9d5","SequenceNo":6},{"ID":"d1c684a5-cc79-4da6-8429-67d17cd644ce","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"7f5d21bd-406b-4343-b168-9c25cc59d9d5","SequenceNo":6}],"Levels":[{"ID":"db4aacd3-1273-49ac-b6f8-788e3a2f69cf","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"Length":1.0,"Width":1.0,"Height":1.0,"CustomerId":1,"Description":"sample string 4","TempLevelId":"d4c3392d-3f76-4ab6-bdab-078d974fd141","SequenceNo":6},{"ID":"db4aacd3-1273-49ac-b6f8-788e3a2f69cf","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"Length":1.0,"Width":1.0,"Height":1.0,"CustomerId":1,"Description":"sample string 4","TempLevelId":"d4c3392d-3f76-4ab6-bdab-078d974fd141","SequenceNo":6}],"Positions":[{"ID":"9fc84b4d-e86b-408a-91d8-0905fb8afc1f","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"4ac718fe-13a1-44aa-af66-2ce2773b94e4","TempLevelId":"2c382712-46a4-475a-8c46-af0b9828358d","BayId":"ba26d3bd-c6b8-4a2f-903b-43d432b67517","LevelId":"58ebed63-c7ad-40eb-af25-074b723cecaa","SubPositionOrder":7},{"ID":"9fc84b4d-e86b-408a-91d8-0905fb8afc1f","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"4ac718fe-13a1-44aa-af66-2ce2773b94e4","TempLevelId":"2c382712-46a4-475a-8c46-af0b9828358d","BayId":"ba26d3bd-c6b8-4a2f-903b-43d432b67517","LevelId":"58ebed63-c7ad-40eb-af25-074b723cecaa","SubPositionOrder":7}],"Height":1.0},{"ID":"272f35db-de8a-4e04-ae2d-f9fbcfe6fdad","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"WarehouseId":1,"AreaId":"3379c9cb-5c09-4ac1-8a48-e35d965cdb16","Length":1.0,"Width":1.0,"DepartmentId":1,"CustomerId":1,"Description":"sample string 4","Bays":[{"ID":"d1c684a5-cc79-4da6-8429-67d17cd644ce","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"7f5d21bd-406b-4343-b168-9c25cc59d9d5","SequenceNo":6},{"ID":"d1c684a5-cc79-4da6-8429-67d17cd644ce","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"7f5d21bd-406b-4343-b168-9c25cc59d9d5","SequenceNo":6}],"Levels":[{"ID":"db4aacd3-1273-49ac-b6f8-788e3a2f69cf","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"Length":1.0,"Width":1.0,"Height":1.0,"CustomerId":1,"Description":"sample string 4","TempLevelId":"d4c3392d-3f76-4ab6-bdab-078d974fd141","SequenceNo":6},{"ID":"db4aacd3-1273-49ac-b6f8-788e3a2f69cf","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"Length":1.0,"Width":1.0,"Height":1.0,"CustomerId":1,"Description":"sample string 4","TempLevelId":"d4c3392d-3f76-4ab6-bdab-078d974fd141","SequenceNo":6}],"Positions":[{"ID":"9fc84b4d-e86b-408a-91d8-0905fb8afc1f","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"4ac718fe-13a1-44aa-af66-2ce2773b94e4","TempLevelId":"2c382712-46a4-475a-8c46-af0b9828358d","BayId":"ba26d3bd-c6b8-4a2f-903b-43d432b67517","LevelId":"58ebed63-c7ad-40eb-af25-074b723cecaa","SubPositionOrder":7},{"ID":"9fc84b4d-e86b-408a-91d8-0905fb8afc1f","SequenceName":"sample string 2","PrefixId":1,"Name":"sample string 3","StatusId":1,"RowId":"84e3f1fa-783d-4a01-b9b6-c2f9d8cd75be","Length":1.0,"Width":1.0,"Height":1.0,"MaxWeight":1.0,"CustomerId":1,"Description":"sample string 4","TempBayId":"4ac718fe-13a1-44aa-af66-2ce2773b94e4","TempLevelId":"2c382712-46a4-475a-8c46-af0b9828358d","BayId":"ba26d3bd-c6b8-4a2f-903b-43d432b67517","LevelId":"58ebed63-c7ad-40eb-af25-074b723cecaa","SubPositionOrder":7}],"Height":1.0}]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.