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": "c0b6360f-933a-4196-8953-a6b6359a3665", "EstID": "c36644ff-3d8d-4a1a-b2be-c88ebeb91e2d", "idno": 1, "idsub": 1, "SurveyDate": "2025-07-01T05:18:29.3553328-04:00", "Note": "sample string 2", "Weight": 1, "Area": 1, "UID": "sample string 3", "Completed": "2025-07-01T05:18:29.3553328-04:00", "ShipmentSurveyContainers": [ { "ID": "d96f4e80-3920-43df-97e1-83ab458236a2", "SID": "0f807579-1bfb-45b4-8307-e3b6de2c7596", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "7140b3d3-889c-4c1d-841f-cc1f2ad51946" }, { "ID": "d96f4e80-3920-43df-97e1-83ab458236a2", "SID": "0f807579-1bfb-45b4-8307-e3b6de2c7596", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "7140b3d3-889c-4c1d-841f-cc1f2ad51946" } ], "ShipmentSurveyOthers": [ { "ID": "0f289785-d50f-401b-a0fa-04166f3359bd", "SID": "766b6084-374f-4b4d-8793-423640a386b2", "Description": "sample string 3", "Weight": 1, "NotToShip": true }, { "ID": "0f289785-d50f-401b-a0fa-04166f3359bd", "SID": "766b6084-374f-4b4d-8793-423640a386b2", "Description": "sample string 3", "Weight": 1, "NotToShip": true } ], "ShipmentSurveyQuestions": [ { "ID": "b97b3b2e-3c18-4888-93ba-a28b20a3f416", "SID": "fd8c50d2-52a1-44fb-8973-2a6c1ae18b9a", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" }, { "ID": "b97b3b2e-3c18-4888-93ba-a28b20a3f416", "SID": "fd8c50d2-52a1-44fb-8973-2a6c1ae18b9a", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" } ], "ShipmentSurveyCategories": [ { "ID": "b5d25641-d38d-4858-b593-96bd8659b8f5", "SID": "3a746d0f-a907-45fc-912b-b7ac5ed8a5e3", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "ff79aa88-ccd9-4e7e-b757-d460e3ef39a7", "CID": "c8292fc4-39b6-4452-8389-2ae54d2241cb", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "ff79aa88-ccd9-4e7e-b757-d460e3ef39a7", "CID": "c8292fc4-39b6-4452-8389-2ae54d2241cb", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 } ] }, { "ID": "b5d25641-d38d-4858-b593-96bd8659b8f5", "SID": "3a746d0f-a907-45fc-912b-b7ac5ed8a5e3", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "ff79aa88-ccd9-4e7e-b757-d460e3ef39a7", "CID": "c8292fc4-39b6-4452-8389-2ae54d2241cb", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "ff79aa88-ccd9-4e7e-b757-d460e3ef39a7", "CID": "c8292fc4-39b6-4452-8389-2ae54d2241cb", "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-07-01T05:18:29.3553328-04:00</Completed> <EstID>c36644ff-3d8d-4a1a-b2be-c88ebeb91e2d</EstID> <ID>c0b6360f-933a-4196-8953-a6b6359a3665</ID> <Note>sample string 2</Note> <ShipmentSurveyCategories> <ShipmentSurveyCategory> <ClassName>sample string 5</ClassName> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>b5d25641-d38d-4858-b593-96bd8659b8f5</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>3a746d0f-a907-45fc-912b-b7ac5ed8a5e3</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>c8292fc4-39b6-4452-8389-2ae54d2241cb</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ff79aa88-ccd9-4e7e-b757-d460e3ef39a7</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>c8292fc4-39b6-4452-8389-2ae54d2241cb</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ff79aa88-ccd9-4e7e-b757-d460e3ef39a7</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>b5d25641-d38d-4858-b593-96bd8659b8f5</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>3a746d0f-a907-45fc-912b-b7ac5ed8a5e3</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>c8292fc4-39b6-4452-8389-2ae54d2241cb</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ff79aa88-ccd9-4e7e-b757-d460e3ef39a7</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>c8292fc4-39b6-4452-8389-2ae54d2241cb</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ff79aa88-ccd9-4e7e-b757-d460e3ef39a7</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>7140b3d3-889c-4c1d-841f-cc1f2ad51946</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d96f4e80-3920-43df-97e1-83ab458236a2</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>0f807579-1bfb-45b4-8307-e3b6de2c7596</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> <ShipmentSurveyContainer> <CID>7140b3d3-889c-4c1d-841f-cc1f2ad51946</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d96f4e80-3920-43df-97e1-83ab458236a2</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>0f807579-1bfb-45b4-8307-e3b6de2c7596</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> </ShipmentSurveyContainers> <ShipmentSurveyOthers> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>0f289785-d50f-401b-a0fa-04166f3359bd</ID> <NotToShip>true</NotToShip> <SID>766b6084-374f-4b4d-8793-423640a386b2</SID> <Weight>1</Weight> </ShipmentSurveyOther> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>0f289785-d50f-401b-a0fa-04166f3359bd</ID> <NotToShip>true</NotToShip> <SID>766b6084-374f-4b4d-8793-423640a386b2</SID> <Weight>1</Weight> </ShipmentSurveyOther> </ShipmentSurveyOthers> <ShipmentSurveyQuestions> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>b97b3b2e-3c18-4888-93ba-a28b20a3f416</ID> <Name>sample string 3</Name> <SID>fd8c50d2-52a1-44fb-8973-2a6c1ae18b9a</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>b97b3b2e-3c18-4888-93ba-a28b20a3f416</ID> <Name>sample string 3</Name> <SID>fd8c50d2-52a1-44fb-8973-2a6c1ae18b9a</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> </ShipmentSurveyQuestions> <SurveyDate>2025-07-01T05:18:29.3553328-04:00</SurveyDate> <UID>sample string 3</UID> <Weight>1</Weight> <idno>1</idno> <idsub>1</idsub> </ShipmentSurvey>