GET api/estimatesurvey/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ShipmentSurvey| Name | 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": "3ecd2b04-867d-408e-87c4-57db070fb798",
"EstID": "ab3c6916-c601-45a8-ac5a-8fd3c43b5e85",
"idno": 1,
"idsub": 1,
"SurveyDate": "2026-07-29T17:45:59.0743213-04:00",
"Note": "sample string 2",
"Weight": 1,
"Area": 1,
"UID": "sample string 3",
"Completed": "2026-07-29T17:45:59.0743213-04:00",
"ShipmentSurveyContainers": [
{
"ID": "f9bd8b7c-af16-4c6f-87be-1a914d445aab",
"SID": "5957d70c-762e-4bd0-b55f-d677a42b57e1",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "f9b675ff-2dcb-49d9-b82f-1e61907f4738"
},
{
"ID": "f9bd8b7c-af16-4c6f-87be-1a914d445aab",
"SID": "5957d70c-762e-4bd0-b55f-d677a42b57e1",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "f9b675ff-2dcb-49d9-b82f-1e61907f4738"
}
],
"ShipmentSurveyOthers": [
{
"ID": "985f3700-f7f4-452d-bf81-489ef334d9e5",
"SID": "7e3c57a3-4b39-4aa6-b71c-0a246669781f",
"Description": "sample string 3",
"Weight": 1,
"NotToShip": true
},
{
"ID": "985f3700-f7f4-452d-bf81-489ef334d9e5",
"SID": "7e3c57a3-4b39-4aa6-b71c-0a246669781f",
"Description": "sample string 3",
"Weight": 1,
"NotToShip": true
}
],
"ShipmentSurveyQuestions": [
{
"ID": "c7c92bd4-27a8-4c79-bb2a-611837ab966f",
"SID": "727fb490-813f-49ce-8eef-0528fdad4712",
"Name": "sample string 3",
"Checked": true,
"SortVal": 1,
"ShipmentField": "sample string 5",
"AddToCategory": "sample string 6"
},
{
"ID": "c7c92bd4-27a8-4c79-bb2a-611837ab966f",
"SID": "727fb490-813f-49ce-8eef-0528fdad4712",
"Name": "sample string 3",
"Checked": true,
"SortVal": 1,
"ShipmentField": "sample string 5",
"AddToCategory": "sample string 6"
}
],
"ShipmentSurveyCategories": [
{
"ID": "c302fa3e-1769-427b-b4e9-76b1d66bc2d5",
"SID": "6569bc45-4bfc-4547-b6e5-8a0f27ebcaad",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "216d89df-f98b-44c5-928f-2c4fe4262701",
"CID": "aafc3eec-9b72-4c5e-b0c6-74a13ffa9db0",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "216d89df-f98b-44c5-928f-2c4fe4262701",
"CID": "aafc3eec-9b72-4c5e-b0c6-74a13ffa9db0",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
}
]
},
{
"ID": "c302fa3e-1769-427b-b4e9-76b1d66bc2d5",
"SID": "6569bc45-4bfc-4547-b6e5-8a0f27ebcaad",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "216d89df-f98b-44c5-928f-2c4fe4262701",
"CID": "aafc3eec-9b72-4c5e-b0c6-74a13ffa9db0",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "216d89df-f98b-44c5-928f-2c4fe4262701",
"CID": "aafc3eec-9b72-4c5e-b0c6-74a13ffa9db0",
"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>2026-07-29T17:45:59.0743213-04:00</Completed>
<EstID>ab3c6916-c601-45a8-ac5a-8fd3c43b5e85</EstID>
<ID>3ecd2b04-867d-408e-87c4-57db070fb798</ID>
<Note>sample string 2</Note>
<ShipmentSurveyCategories>
<ShipmentSurveyCategory>
<ClassName>sample string 5</ClassName>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>c302fa3e-1769-427b-b4e9-76b1d66bc2d5</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>6569bc45-4bfc-4547-b6e5-8a0f27ebcaad</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>aafc3eec-9b72-4c5e-b0c6-74a13ffa9db0</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>216d89df-f98b-44c5-928f-2c4fe4262701</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>aafc3eec-9b72-4c5e-b0c6-74a13ffa9db0</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>216d89df-f98b-44c5-928f-2c4fe4262701</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>c302fa3e-1769-427b-b4e9-76b1d66bc2d5</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>6569bc45-4bfc-4547-b6e5-8a0f27ebcaad</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>aafc3eec-9b72-4c5e-b0c6-74a13ffa9db0</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>216d89df-f98b-44c5-928f-2c4fe4262701</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>aafc3eec-9b72-4c5e-b0c6-74a13ffa9db0</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>216d89df-f98b-44c5-928f-2c4fe4262701</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>f9b675ff-2dcb-49d9-b82f-1e61907f4738</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>f9bd8b7c-af16-4c6f-87be-1a914d445aab</ID>
<Name>sample string 3</Name>
<Qty>1.1</Qty>
<SID>5957d70c-762e-4bd0-b55f-d677a42b57e1</SID>
<SortVal>1</SortVal>
</ShipmentSurveyContainer>
<ShipmentSurveyContainer>
<CID>f9b675ff-2dcb-49d9-b82f-1e61907f4738</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>f9bd8b7c-af16-4c6f-87be-1a914d445aab</ID>
<Name>sample string 3</Name>
<Qty>1.1</Qty>
<SID>5957d70c-762e-4bd0-b55f-d677a42b57e1</SID>
<SortVal>1</SortVal>
</ShipmentSurveyContainer>
</ShipmentSurveyContainers>
<ShipmentSurveyOthers>
<ShipmentSurveyOther>
<Description>sample string 3</Description>
<ID>985f3700-f7f4-452d-bf81-489ef334d9e5</ID>
<NotToShip>true</NotToShip>
<SID>7e3c57a3-4b39-4aa6-b71c-0a246669781f</SID>
<Weight>1</Weight>
</ShipmentSurveyOther>
<ShipmentSurveyOther>
<Description>sample string 3</Description>
<ID>985f3700-f7f4-452d-bf81-489ef334d9e5</ID>
<NotToShip>true</NotToShip>
<SID>7e3c57a3-4b39-4aa6-b71c-0a246669781f</SID>
<Weight>1</Weight>
</ShipmentSurveyOther>
</ShipmentSurveyOthers>
<ShipmentSurveyQuestions>
<ShipmentSurveyQuestion>
<AddToCategory>sample string 6</AddToCategory>
<Checked>true</Checked>
<ID>c7c92bd4-27a8-4c79-bb2a-611837ab966f</ID>
<Name>sample string 3</Name>
<SID>727fb490-813f-49ce-8eef-0528fdad4712</SID>
<ShipmentField>sample string 5</ShipmentField>
<SortVal>1</SortVal>
</ShipmentSurveyQuestion>
<ShipmentSurveyQuestion>
<AddToCategory>sample string 6</AddToCategory>
<Checked>true</Checked>
<ID>c7c92bd4-27a8-4c79-bb2a-611837ab966f</ID>
<Name>sample string 3</Name>
<SID>727fb490-813f-49ce-8eef-0528fdad4712</SID>
<ShipmentField>sample string 5</ShipmentField>
<SortVal>1</SortVal>
</ShipmentSurveyQuestion>
</ShipmentSurveyQuestions>
<SurveyDate>2026-07-29T17:45:59.0743213-04:00</SurveyDate>
<UID>sample string 3</UID>
<Weight>1</Weight>
<idno>1</idno>
<idsub>1</idsub>
</ShipmentSurvey>