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": "fff51d01-f19c-48c3-8d44-954d77f9b9cd",
"EstID": "c0bb47fe-5b2e-4127-a228-c2f75bc5fc91",
"idno": 1,
"idsub": 1,
"SurveyDate": "2026-04-30T09:56:27.3498674-04:00",
"Note": "sample string 2",
"Weight": 1,
"Area": 1,
"UID": "sample string 3",
"Completed": "2026-04-30T09:56:27.3498674-04:00",
"ShipmentSurveyContainers": [
{
"ID": "3acfb7d6-6c15-4b41-959f-f5d027cf6da9",
"SID": "e094d95d-7676-40d4-ba44-2e9231f883ed",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "f9ab9665-0a91-48c2-b15c-e65d72055d0d"
},
{
"ID": "3acfb7d6-6c15-4b41-959f-f5d027cf6da9",
"SID": "e094d95d-7676-40d4-ba44-2e9231f883ed",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"SortVal": 1,
"CID": "f9ab9665-0a91-48c2-b15c-e65d72055d0d"
}
],
"ShipmentSurveyOthers": [
{
"ID": "73d3ce04-7414-43b3-928b-df8e5ad68b82",
"SID": "a74dd9d5-16b8-41b3-8ecf-0c056d0265d6",
"Description": "sample string 3",
"Weight": 1,
"NotToShip": true
},
{
"ID": "73d3ce04-7414-43b3-928b-df8e5ad68b82",
"SID": "a74dd9d5-16b8-41b3-8ecf-0c056d0265d6",
"Description": "sample string 3",
"Weight": 1,
"NotToShip": true
}
],
"ShipmentSurveyQuestions": [
{
"ID": "be8c3c1e-4cee-4cad-8a05-a60e018c44cd",
"SID": "8fd91a0a-80ac-483a-8908-6b91297ff7e2",
"Name": "sample string 3",
"Checked": true,
"SortVal": 1,
"ShipmentField": "sample string 5",
"AddToCategory": "sample string 6"
},
{
"ID": "be8c3c1e-4cee-4cad-8a05-a60e018c44cd",
"SID": "8fd91a0a-80ac-483a-8908-6b91297ff7e2",
"Name": "sample string 3",
"Checked": true,
"SortVal": 1,
"ShipmentField": "sample string 5",
"AddToCategory": "sample string 6"
}
],
"ShipmentSurveyCategories": [
{
"ID": "393096c6-34b8-4b9d-892e-6b901a472e64",
"SID": "d05a8848-3fc5-44e4-84c8-d5b4cd07115a",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "b962a224-4229-4d16-bde7-ebf37a7da941",
"CID": "f826cdef-2f83-4e08-81c9-dcbd95f76229",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "b962a224-4229-4d16-bde7-ebf37a7da941",
"CID": "f826cdef-2f83-4e08-81c9-dcbd95f76229",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
}
]
},
{
"ID": "393096c6-34b8-4b9d-892e-6b901a472e64",
"SID": "d05a8848-3fc5-44e4-84c8-d5b4cd07115a",
"Name": "sample string 3",
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"Weight": 1,
"ClassName": "sample string 5",
"ShipmentSurveyItems": [
{
"ID": "b962a224-4229-4d16-bde7-ebf37a7da941",
"CID": "f826cdef-2f83-4e08-81c9-dcbd95f76229",
"Name": "sample string 3",
"Qty": 1.1,
"Cubes": 1.1,
"Density": 1.1,
"Note": "sample string 4",
"NotToShip": true,
"Weight": 1
},
{
"ID": "b962a224-4229-4d16-bde7-ebf37a7da941",
"CID": "f826cdef-2f83-4e08-81c9-dcbd95f76229",
"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-04-30T09:56:27.3498674-04:00</Completed>
<EstID>c0bb47fe-5b2e-4127-a228-c2f75bc5fc91</EstID>
<ID>fff51d01-f19c-48c3-8d44-954d77f9b9cd</ID>
<Note>sample string 2</Note>
<ShipmentSurveyCategories>
<ShipmentSurveyCategory>
<ClassName>sample string 5</ClassName>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>393096c6-34b8-4b9d-892e-6b901a472e64</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>d05a8848-3fc5-44e4-84c8-d5b4cd07115a</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>f826cdef-2f83-4e08-81c9-dcbd95f76229</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>b962a224-4229-4d16-bde7-ebf37a7da941</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>f826cdef-2f83-4e08-81c9-dcbd95f76229</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>b962a224-4229-4d16-bde7-ebf37a7da941</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>393096c6-34b8-4b9d-892e-6b901a472e64</ID>
<Name>sample string 3</Name>
<Note>sample string 4</Note>
<SID>d05a8848-3fc5-44e4-84c8-d5b4cd07115a</SID>
<ShipmentSurveyItems>
<ShipmentSurveyItem>
<CID>f826cdef-2f83-4e08-81c9-dcbd95f76229</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>b962a224-4229-4d16-bde7-ebf37a7da941</ID>
<Name>sample string 3</Name>
<NotToShip>true</NotToShip>
<Note>sample string 4</Note>
<Qty>1.1</Qty>
<Weight>1</Weight>
</ShipmentSurveyItem>
<ShipmentSurveyItem>
<CID>f826cdef-2f83-4e08-81c9-dcbd95f76229</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>b962a224-4229-4d16-bde7-ebf37a7da941</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>f9ab9665-0a91-48c2-b15c-e65d72055d0d</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>3acfb7d6-6c15-4b41-959f-f5d027cf6da9</ID>
<Name>sample string 3</Name>
<Qty>1.1</Qty>
<SID>e094d95d-7676-40d4-ba44-2e9231f883ed</SID>
<SortVal>1</SortVal>
</ShipmentSurveyContainer>
<ShipmentSurveyContainer>
<CID>f9ab9665-0a91-48c2-b15c-e65d72055d0d</CID>
<Cubes>1.1</Cubes>
<Density>1.1</Density>
<ID>3acfb7d6-6c15-4b41-959f-f5d027cf6da9</ID>
<Name>sample string 3</Name>
<Qty>1.1</Qty>
<SID>e094d95d-7676-40d4-ba44-2e9231f883ed</SID>
<SortVal>1</SortVal>
</ShipmentSurveyContainer>
</ShipmentSurveyContainers>
<ShipmentSurveyOthers>
<ShipmentSurveyOther>
<Description>sample string 3</Description>
<ID>73d3ce04-7414-43b3-928b-df8e5ad68b82</ID>
<NotToShip>true</NotToShip>
<SID>a74dd9d5-16b8-41b3-8ecf-0c056d0265d6</SID>
<Weight>1</Weight>
</ShipmentSurveyOther>
<ShipmentSurveyOther>
<Description>sample string 3</Description>
<ID>73d3ce04-7414-43b3-928b-df8e5ad68b82</ID>
<NotToShip>true</NotToShip>
<SID>a74dd9d5-16b8-41b3-8ecf-0c056d0265d6</SID>
<Weight>1</Weight>
</ShipmentSurveyOther>
</ShipmentSurveyOthers>
<ShipmentSurveyQuestions>
<ShipmentSurveyQuestion>
<AddToCategory>sample string 6</AddToCategory>
<Checked>true</Checked>
<ID>be8c3c1e-4cee-4cad-8a05-a60e018c44cd</ID>
<Name>sample string 3</Name>
<SID>8fd91a0a-80ac-483a-8908-6b91297ff7e2</SID>
<ShipmentField>sample string 5</ShipmentField>
<SortVal>1</SortVal>
</ShipmentSurveyQuestion>
<ShipmentSurveyQuestion>
<AddToCategory>sample string 6</AddToCategory>
<Checked>true</Checked>
<ID>be8c3c1e-4cee-4cad-8a05-a60e018c44cd</ID>
<Name>sample string 3</Name>
<SID>8fd91a0a-80ac-483a-8908-6b91297ff7e2</SID>
<ShipmentField>sample string 5</ShipmentField>
<SortVal>1</SortVal>
</ShipmentSurveyQuestion>
</ShipmentSurveyQuestions>
<SurveyDate>2026-04-30T09:56:27.3498674-04:00</SurveyDate>
<UID>sample string 3</UID>
<Weight>1</Weight>
<idno>1</idno>
<idsub>1</idsub>
</ShipmentSurvey>