DELETE api/shipmentsurvey/{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": "f8cb8f0e-44e5-482e-a77c-5c0642e1efdb", "EstID": "6e3cf239-81de-4cf3-94dc-ef1fa0d05b0a", "idno": 1, "idsub": 1, "SurveyDate": "2025-07-01T05:31:06.9219477-04:00", "Note": "sample string 2", "Weight": 1, "Area": 1, "UID": "sample string 3", "Completed": "2025-07-01T05:31:06.9219477-04:00", "ShipmentSurveyContainers": [ { "ID": "7f052ae8-eb3d-45ff-abfa-69a0ece0d93c", "SID": "7b1604da-eaba-47ac-b643-59922f611bef", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "a38a3901-c1f9-48b3-bee8-a5daacc6981a" }, { "ID": "7f052ae8-eb3d-45ff-abfa-69a0ece0d93c", "SID": "7b1604da-eaba-47ac-b643-59922f611bef", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "a38a3901-c1f9-48b3-bee8-a5daacc6981a" } ], "ShipmentSurveyOthers": [ { "ID": "979c0a17-4731-44b9-88f0-9b85dbcdb75c", "SID": "4df2f857-ea1d-4646-b081-a0c37468b764", "Description": "sample string 3", "Weight": 1, "NotToShip": true }, { "ID": "979c0a17-4731-44b9-88f0-9b85dbcdb75c", "SID": "4df2f857-ea1d-4646-b081-a0c37468b764", "Description": "sample string 3", "Weight": 1, "NotToShip": true } ], "ShipmentSurveyQuestions": [ { "ID": "564d41e3-60c4-4f47-a00f-c07a3cd7406d", "SID": "05c79106-8f67-465f-8f37-972ab5dcb492", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" }, { "ID": "564d41e3-60c4-4f47-a00f-c07a3cd7406d", "SID": "05c79106-8f67-465f-8f37-972ab5dcb492", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" } ], "ShipmentSurveyCategories": [ { "ID": "252da3a6-4b7d-469e-a17a-421a4bd426e3", "SID": "35506dab-0d71-4d4d-a231-6d488feb1457", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "1640803b-7e6c-4540-b97a-cf2183b65db2", "CID": "9cc0ed98-8d93-458e-9751-9ecb6c7a35bd", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "1640803b-7e6c-4540-b97a-cf2183b65db2", "CID": "9cc0ed98-8d93-458e-9751-9ecb6c7a35bd", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 } ] }, { "ID": "252da3a6-4b7d-469e-a17a-421a4bd426e3", "SID": "35506dab-0d71-4d4d-a231-6d488feb1457", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "1640803b-7e6c-4540-b97a-cf2183b65db2", "CID": "9cc0ed98-8d93-458e-9751-9ecb6c7a35bd", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "1640803b-7e6c-4540-b97a-cf2183b65db2", "CID": "9cc0ed98-8d93-458e-9751-9ecb6c7a35bd", "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:31:06.9219477-04:00</Completed> <EstID>6e3cf239-81de-4cf3-94dc-ef1fa0d05b0a</EstID> <ID>f8cb8f0e-44e5-482e-a77c-5c0642e1efdb</ID> <Note>sample string 2</Note> <ShipmentSurveyCategories> <ShipmentSurveyCategory> <ClassName>sample string 5</ClassName> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>252da3a6-4b7d-469e-a17a-421a4bd426e3</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>35506dab-0d71-4d4d-a231-6d488feb1457</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>9cc0ed98-8d93-458e-9751-9ecb6c7a35bd</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>1640803b-7e6c-4540-b97a-cf2183b65db2</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>9cc0ed98-8d93-458e-9751-9ecb6c7a35bd</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>1640803b-7e6c-4540-b97a-cf2183b65db2</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>252da3a6-4b7d-469e-a17a-421a4bd426e3</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>35506dab-0d71-4d4d-a231-6d488feb1457</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>9cc0ed98-8d93-458e-9751-9ecb6c7a35bd</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>1640803b-7e6c-4540-b97a-cf2183b65db2</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>9cc0ed98-8d93-458e-9751-9ecb6c7a35bd</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>1640803b-7e6c-4540-b97a-cf2183b65db2</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>a38a3901-c1f9-48b3-bee8-a5daacc6981a</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>7f052ae8-eb3d-45ff-abfa-69a0ece0d93c</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>7b1604da-eaba-47ac-b643-59922f611bef</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> <ShipmentSurveyContainer> <CID>a38a3901-c1f9-48b3-bee8-a5daacc6981a</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>7f052ae8-eb3d-45ff-abfa-69a0ece0d93c</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>7b1604da-eaba-47ac-b643-59922f611bef</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> </ShipmentSurveyContainers> <ShipmentSurveyOthers> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>979c0a17-4731-44b9-88f0-9b85dbcdb75c</ID> <NotToShip>true</NotToShip> <SID>4df2f857-ea1d-4646-b081-a0c37468b764</SID> <Weight>1</Weight> </ShipmentSurveyOther> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>979c0a17-4731-44b9-88f0-9b85dbcdb75c</ID> <NotToShip>true</NotToShip> <SID>4df2f857-ea1d-4646-b081-a0c37468b764</SID> <Weight>1</Weight> </ShipmentSurveyOther> </ShipmentSurveyOthers> <ShipmentSurveyQuestions> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>564d41e3-60c4-4f47-a00f-c07a3cd7406d</ID> <Name>sample string 3</Name> <SID>05c79106-8f67-465f-8f37-972ab5dcb492</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>564d41e3-60c4-4f47-a00f-c07a3cd7406d</ID> <Name>sample string 3</Name> <SID>05c79106-8f67-465f-8f37-972ab5dcb492</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> </ShipmentSurveyQuestions> <SurveyDate>2025-07-01T05:31:06.9219477-04:00</SurveyDate> <UID>sample string 3</UID> <Weight>1</Weight> <idno>1</idno> <idsub>1</idsub> </ShipmentSurvey>