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
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": "091d804b-b406-4308-add5-bfdd504687d1", "EstID": "86a8fb30-d25c-4f5f-b723-da7ea9210d61", "idno": 1, "idsub": 1, "SurveyDate": "2025-09-13T18:37:27.8572097-04:00", "Note": "sample string 2", "Weight": 1, "Area": 1, "UID": "sample string 3", "Completed": "2025-09-13T18:37:27.8572097-04:00", "ShipmentSurveyContainers": [ { "ID": "140efefa-5083-4d86-a719-a01cce137dc5", "SID": "29f477c5-a90c-4ddf-b609-71b1ce5eabcc", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "227571da-1f23-462d-ab2d-20f6e31a7a50" }, { "ID": "140efefa-5083-4d86-a719-a01cce137dc5", "SID": "29f477c5-a90c-4ddf-b609-71b1ce5eabcc", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "227571da-1f23-462d-ab2d-20f6e31a7a50" } ], "ShipmentSurveyOthers": [ { "ID": "b80e3852-7c12-4afd-ba30-1c6adf7eeead", "SID": "915b7dc3-4be5-4d5d-ba4c-168e9ccf0b06", "Description": "sample string 3", "Weight": 1, "NotToShip": true }, { "ID": "b80e3852-7c12-4afd-ba30-1c6adf7eeead", "SID": "915b7dc3-4be5-4d5d-ba4c-168e9ccf0b06", "Description": "sample string 3", "Weight": 1, "NotToShip": true } ], "ShipmentSurveyQuestions": [ { "ID": "5f7bc8c3-8419-4689-acc3-29b329a5534e", "SID": "01aef4db-8401-4bf1-a341-616c6604e1e9", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" }, { "ID": "5f7bc8c3-8419-4689-acc3-29b329a5534e", "SID": "01aef4db-8401-4bf1-a341-616c6604e1e9", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" } ], "ShipmentSurveyCategories": [ { "ID": "9f7a343a-5d43-474b-af8d-6641df547583", "SID": "93530c5a-a066-4bea-8dab-db992281cb9b", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "d2714926-a7fc-4472-a1e6-4177f594795a", "CID": "2ba92b02-4f22-46b2-bd02-91e1ca9e814f", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "d2714926-a7fc-4472-a1e6-4177f594795a", "CID": "2ba92b02-4f22-46b2-bd02-91e1ca9e814f", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 } ] }, { "ID": "9f7a343a-5d43-474b-af8d-6641df547583", "SID": "93530c5a-a066-4bea-8dab-db992281cb9b", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "d2714926-a7fc-4472-a1e6-4177f594795a", "CID": "2ba92b02-4f22-46b2-bd02-91e1ca9e814f", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "d2714926-a7fc-4472-a1e6-4177f594795a", "CID": "2ba92b02-4f22-46b2-bd02-91e1ca9e814f", "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:37:27.8572097-04:00</Completed> <EstID>86a8fb30-d25c-4f5f-b723-da7ea9210d61</EstID> <ID>091d804b-b406-4308-add5-bfdd504687d1</ID> <Note>sample string 2</Note> <ShipmentSurveyCategories> <ShipmentSurveyCategory> <ClassName>sample string 5</ClassName> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>9f7a343a-5d43-474b-af8d-6641df547583</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>93530c5a-a066-4bea-8dab-db992281cb9b</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>2ba92b02-4f22-46b2-bd02-91e1ca9e814f</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d2714926-a7fc-4472-a1e6-4177f594795a</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>2ba92b02-4f22-46b2-bd02-91e1ca9e814f</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d2714926-a7fc-4472-a1e6-4177f594795a</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>9f7a343a-5d43-474b-af8d-6641df547583</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>93530c5a-a066-4bea-8dab-db992281cb9b</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>2ba92b02-4f22-46b2-bd02-91e1ca9e814f</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d2714926-a7fc-4472-a1e6-4177f594795a</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>2ba92b02-4f22-46b2-bd02-91e1ca9e814f</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>d2714926-a7fc-4472-a1e6-4177f594795a</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>227571da-1f23-462d-ab2d-20f6e31a7a50</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>140efefa-5083-4d86-a719-a01cce137dc5</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>29f477c5-a90c-4ddf-b609-71b1ce5eabcc</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> <ShipmentSurveyContainer> <CID>227571da-1f23-462d-ab2d-20f6e31a7a50</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>140efefa-5083-4d86-a719-a01cce137dc5</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>29f477c5-a90c-4ddf-b609-71b1ce5eabcc</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> </ShipmentSurveyContainers> <ShipmentSurveyOthers> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>b80e3852-7c12-4afd-ba30-1c6adf7eeead</ID> <NotToShip>true</NotToShip> <SID>915b7dc3-4be5-4d5d-ba4c-168e9ccf0b06</SID> <Weight>1</Weight> </ShipmentSurveyOther> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>b80e3852-7c12-4afd-ba30-1c6adf7eeead</ID> <NotToShip>true</NotToShip> <SID>915b7dc3-4be5-4d5d-ba4c-168e9ccf0b06</SID> <Weight>1</Weight> </ShipmentSurveyOther> </ShipmentSurveyOthers> <ShipmentSurveyQuestions> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>5f7bc8c3-8419-4689-acc3-29b329a5534e</ID> <Name>sample string 3</Name> <SID>01aef4db-8401-4bf1-a341-616c6604e1e9</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>5f7bc8c3-8419-4689-acc3-29b329a5534e</ID> <Name>sample string 3</Name> <SID>01aef4db-8401-4bf1-a341-616c6604e1e9</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> </ShipmentSurveyQuestions> <SurveyDate>2025-09-13T18:37:27.8572097-04:00</SurveyDate> <UID>sample string 3</UID> <Weight>1</Weight> <idno>1</idno> <idsub>1</idsub> </ShipmentSurvey>