GET api/shipmentsurvey/{idno}/{idsub}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idno | integer |
Required |
|
idsub | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShipmentSurveyName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
EstID | globally unique identifier |
None. |
|
idno | integer |
None. |
|
idsub | integer |
None. |
|
SurveyDate | date |
None. |
|
Note | string |
None. |
|
Weight | integer |
None. |
|
Area | integer |
None. |
|
UID | string |
None. |
|
Completed | date |
None. |
|
ShipmentSurveyContainers | Collection of ShipmentSurveyContainer |
None. |
|
ShipmentSurveyOthers | Collection of ShipmentSurveyOther |
None. |
|
ShipmentSurveyQuestions | Collection of ShipmentSurveyQuestion |
None. |
|
ShipmentSurveyCategories | Collection of ShipmentSurveyCategory |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "1a7c3b94-4c3b-46a0-bb86-644d73421018", "EstID": "667bd348-f3ea-42b1-b6df-4d9ae0c60823", "idno": 1, "idsub": 1, "SurveyDate": "2025-09-13T18:39:18.5411253-04:00", "Note": "sample string 2", "Weight": 1, "Area": 1, "UID": "sample string 3", "Completed": "2025-09-13T18:39:18.5411253-04:00", "ShipmentSurveyContainers": [ { "ID": "10e69367-9555-4802-853d-c297d73ebcfc", "SID": "cbaf7313-28a4-415d-9610-b73851f8e0c5", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "d7961108-4bd2-4e15-b4d8-71a4ea0679c8" }, { "ID": "10e69367-9555-4802-853d-c297d73ebcfc", "SID": "cbaf7313-28a4-415d-9610-b73851f8e0c5", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "d7961108-4bd2-4e15-b4d8-71a4ea0679c8" } ], "ShipmentSurveyOthers": [ { "ID": "2c4a2e55-b1c5-4617-8111-743e3bebb9d6", "SID": "31ec9e6f-95f8-49f7-a6e6-72be58bb0081", "Description": "sample string 3", "Weight": 1, "NotToShip": true }, { "ID": "2c4a2e55-b1c5-4617-8111-743e3bebb9d6", "SID": "31ec9e6f-95f8-49f7-a6e6-72be58bb0081", "Description": "sample string 3", "Weight": 1, "NotToShip": true } ], "ShipmentSurveyQuestions": [ { "ID": "fc7337c2-854f-45e4-9c4d-0886eb5c20de", "SID": "1d4b1f04-507f-4ec5-9922-335278a09ceb", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" }, { "ID": "fc7337c2-854f-45e4-9c4d-0886eb5c20de", "SID": "1d4b1f04-507f-4ec5-9922-335278a09ceb", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" } ], "ShipmentSurveyCategories": [ { "ID": "de4d2403-2cd3-47c7-94bd-518e7b567a6a", "SID": "0c8dd83d-bc3d-4b64-97bf-3d9e7e9b9f87", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "d3c1c312-11f8-4366-889f-86db3e0e1839", "CID": "b6c9a835-9540-4228-b50a-d342a940d072", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "d3c1c312-11f8-4366-889f-86db3e0e1839", "CID": "b6c9a835-9540-4228-b50a-d342a940d072", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 } ] }, { "ID": "de4d2403-2cd3-47c7-94bd-518e7b567a6a", "SID": "0c8dd83d-bc3d-4b64-97bf-3d9e7e9b9f87", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "d3c1c312-11f8-4366-889f-86db3e0e1839", "CID": "b6c9a835-9540-4228-b50a-d342a940d072", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "d3c1c312-11f8-4366-889f-86db3e0e1839", "CID": "b6c9a835-9540-4228-b50a-d342a940d072", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 } ] } ] }
application/xml, text/xml
Sample:
<ShipmentSurvey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <Area>1</Area> <Completed>2025-09-13T18:39:18.5411253-04:00</Completed> <EstID>667bd348-f3ea-42b1-b6df-4d9ae0c60823</EstID> <ID>1a7c3b94-4c3b-46a0-bb86-644d73421018</ID> <Note>sample string 2</Note> <ShipmentSurveyCategories> <ShipmentSurveyCategory> <ClassName>sample string 5</ClassName> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>de4d2403-2cd3-47c7-94bd-518e7b567a6a</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>0c8dd83d-bc3d-4b64-97bf-3d9e7e9b9f87</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>b6c9a835-9540-4228-b50a-d342a940d072</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d3c1c312-11f8-4366-889f-86db3e0e1839</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>b6c9a835-9540-4228-b50a-d342a940d072</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d3c1c312-11f8-4366-889f-86db3e0e1839</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> </ShipmentSurveyItems> <Weight>1</Weight> </ShipmentSurveyCategory> <ShipmentSurveyCategory> <ClassName>sample string 5</ClassName> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>de4d2403-2cd3-47c7-94bd-518e7b567a6a</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>0c8dd83d-bc3d-4b64-97bf-3d9e7e9b9f87</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>b6c9a835-9540-4228-b50a-d342a940d072</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d3c1c312-11f8-4366-889f-86db3e0e1839</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>b6c9a835-9540-4228-b50a-d342a940d072</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d3c1c312-11f8-4366-889f-86db3e0e1839</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> </ShipmentSurveyItems> <Weight>1</Weight> </ShipmentSurveyCategory> </ShipmentSurveyCategories> <ShipmentSurveyContainers> <ShipmentSurveyContainer> <CID>d7961108-4bd2-4e15-b4d8-71a4ea0679c8</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>10e69367-9555-4802-853d-c297d73ebcfc</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>cbaf7313-28a4-415d-9610-b73851f8e0c5</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> <ShipmentSurveyContainer> <CID>d7961108-4bd2-4e15-b4d8-71a4ea0679c8</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>10e69367-9555-4802-853d-c297d73ebcfc</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>cbaf7313-28a4-415d-9610-b73851f8e0c5</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> </ShipmentSurveyContainers> <ShipmentSurveyOthers> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>2c4a2e55-b1c5-4617-8111-743e3bebb9d6</ID> <NotToShip>true</NotToShip> <SID>31ec9e6f-95f8-49f7-a6e6-72be58bb0081</SID> <Weight>1</Weight> </ShipmentSurveyOther> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>2c4a2e55-b1c5-4617-8111-743e3bebb9d6</ID> <NotToShip>true</NotToShip> <SID>31ec9e6f-95f8-49f7-a6e6-72be58bb0081</SID> <Weight>1</Weight> </ShipmentSurveyOther> </ShipmentSurveyOthers> <ShipmentSurveyQuestions> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>fc7337c2-854f-45e4-9c4d-0886eb5c20de</ID> <Name>sample string 3</Name> <SID>1d4b1f04-507f-4ec5-9922-335278a09ceb</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>fc7337c2-854f-45e4-9c4d-0886eb5c20de</ID> <Name>sample string 3</Name> <SID>1d4b1f04-507f-4ec5-9922-335278a09ceb</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> </ShipmentSurveyQuestions> <SurveyDate>2025-09-13T18:39:18.5411253-04:00</SurveyDate> <UID>sample string 3</UID> <Weight>1</Weight> <idno>1</idno> <idsub>1</idsub> </ShipmentSurvey>