PUT api/shipmentsurvey/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "ID": "a86920af-4728-4551-bf7f-242137786680", "EstID": "8b024575-c5e9-4370-8275-ca50d9082477", "idno": 1, "idsub": 1, "SurveyDate": "2025-09-13T18:39:18.8379994-04:00", "Note": "sample string 2", "Weight": 1, "Area": 1, "UID": "sample string 3", "Completed": "2025-09-13T18:39:18.8379994-04:00", "ShipmentSurveyContainers": [ { "ID": "746a5115-ef24-4ca1-9ad7-25e4eac3470b", "SID": "9bf6d861-78db-42d2-8786-c2f024843e6b", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "6367ae23-a9a9-4708-aa05-e0ab4d1b8908" }, { "ID": "746a5115-ef24-4ca1-9ad7-25e4eac3470b", "SID": "9bf6d861-78db-42d2-8786-c2f024843e6b", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "6367ae23-a9a9-4708-aa05-e0ab4d1b8908" } ], "ShipmentSurveyOthers": [ { "ID": "5987fe4c-247d-4588-b3b9-40178a89802e", "SID": "0aab0e6c-3bb7-424b-a363-5a7cd0efbde1", "Description": "sample string 3", "Weight": 1, "NotToShip": true }, { "ID": "5987fe4c-247d-4588-b3b9-40178a89802e", "SID": "0aab0e6c-3bb7-424b-a363-5a7cd0efbde1", "Description": "sample string 3", "Weight": 1, "NotToShip": true } ], "ShipmentSurveyQuestions": [ { "ID": "f07b740f-306e-49cb-8ddb-05210c0b16b7", "SID": "e57ab05d-cf19-45c3-8c58-59f2591ec7a6", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" }, { "ID": "f07b740f-306e-49cb-8ddb-05210c0b16b7", "SID": "e57ab05d-cf19-45c3-8c58-59f2591ec7a6", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" } ], "ShipmentSurveyCategories": [ { "ID": "8b15489f-2a51-4812-ad6c-3a89818fac31", "SID": "ee5cf6bf-405d-4718-98ed-ec82104cccda", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "30b51193-2164-4093-af29-df34edee7b50", "CID": "5cae7011-3dfb-4963-8bc2-50890d614013", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "30b51193-2164-4093-af29-df34edee7b50", "CID": "5cae7011-3dfb-4963-8bc2-50890d614013", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 } ] }, { "ID": "8b15489f-2a51-4812-ad6c-3a89818fac31", "SID": "ee5cf6bf-405d-4718-98ed-ec82104cccda", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "30b51193-2164-4093-af29-df34edee7b50", "CID": "5cae7011-3dfb-4963-8bc2-50890d614013", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "30b51193-2164-4093-af29-df34edee7b50", "CID": "5cae7011-3dfb-4963-8bc2-50890d614013", "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:39:18.8379994-04:00</Completed> <EstID>8b024575-c5e9-4370-8275-ca50d9082477</EstID> <ID>a86920af-4728-4551-bf7f-242137786680</ID> <Note>sample string 2</Note> <ShipmentSurveyCategories> <ShipmentSurveyCategory> <ClassName>sample string 5</ClassName> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>8b15489f-2a51-4812-ad6c-3a89818fac31</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>ee5cf6bf-405d-4718-98ed-ec82104cccda</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>5cae7011-3dfb-4963-8bc2-50890d614013</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>30b51193-2164-4093-af29-df34edee7b50</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>5cae7011-3dfb-4963-8bc2-50890d614013</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>30b51193-2164-4093-af29-df34edee7b50</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>8b15489f-2a51-4812-ad6c-3a89818fac31</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>ee5cf6bf-405d-4718-98ed-ec82104cccda</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>5cae7011-3dfb-4963-8bc2-50890d614013</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>30b51193-2164-4093-af29-df34edee7b50</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>5cae7011-3dfb-4963-8bc2-50890d614013</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>30b51193-2164-4093-af29-df34edee7b50</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>6367ae23-a9a9-4708-aa05-e0ab4d1b8908</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>746a5115-ef24-4ca1-9ad7-25e4eac3470b</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>9bf6d861-78db-42d2-8786-c2f024843e6b</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> <ShipmentSurveyContainer> <CID>6367ae23-a9a9-4708-aa05-e0ab4d1b8908</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>746a5115-ef24-4ca1-9ad7-25e4eac3470b</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>9bf6d861-78db-42d2-8786-c2f024843e6b</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> </ShipmentSurveyContainers> <ShipmentSurveyOthers> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>5987fe4c-247d-4588-b3b9-40178a89802e</ID> <NotToShip>true</NotToShip> <SID>0aab0e6c-3bb7-424b-a363-5a7cd0efbde1</SID> <Weight>1</Weight> </ShipmentSurveyOther> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>5987fe4c-247d-4588-b3b9-40178a89802e</ID> <NotToShip>true</NotToShip> <SID>0aab0e6c-3bb7-424b-a363-5a7cd0efbde1</SID> <Weight>1</Weight> </ShipmentSurveyOther> </ShipmentSurveyOthers> <ShipmentSurveyQuestions> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>f07b740f-306e-49cb-8ddb-05210c0b16b7</ID> <Name>sample string 3</Name> <SID>e57ab05d-cf19-45c3-8c58-59f2591ec7a6</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>f07b740f-306e-49cb-8ddb-05210c0b16b7</ID> <Name>sample string 3</Name> <SID>e57ab05d-cf19-45c3-8c58-59f2591ec7a6</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> </ShipmentSurveyQuestions> <SurveyDate>2025-09-13T18:39:18.8379994-04:00</SurveyDate> <UID>sample string 3</UID> <Weight>1</Weight> <idno>1</idno> <idsub>1</idsub> </ShipmentSurvey>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.