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": "7e94e633-5267-406b-a8a9-0a567b26936a", "EstID": "177f8e6b-97cb-489b-bc59-1e59b0ea3577", "idno": 1, "idsub": 1, "SurveyDate": "2025-07-01T03:37:21.0082877-04:00", "Note": "sample string 2", "Weight": 1, "Area": 1, "UID": "sample string 3", "Completed": "2025-07-01T03:37:21.0082877-04:00", "ShipmentSurveyContainers": [ { "ID": "dfacb5a5-7cdc-461c-8951-46f86752d125", "SID": "8575507e-6d96-44cb-9efd-081514f014bb", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "732e8c91-0a63-4c8e-a241-918975b9ea26" }, { "ID": "dfacb5a5-7cdc-461c-8951-46f86752d125", "SID": "8575507e-6d96-44cb-9efd-081514f014bb", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "SortVal": 1, "CID": "732e8c91-0a63-4c8e-a241-918975b9ea26" } ], "ShipmentSurveyOthers": [ { "ID": "9a986c8b-974d-46a4-b777-e78500d1f2ce", "SID": "67cf51b6-7845-40fc-bc88-aabe3ce44511", "Description": "sample string 3", "Weight": 1, "NotToShip": true }, { "ID": "9a986c8b-974d-46a4-b777-e78500d1f2ce", "SID": "67cf51b6-7845-40fc-bc88-aabe3ce44511", "Description": "sample string 3", "Weight": 1, "NotToShip": true } ], "ShipmentSurveyQuestions": [ { "ID": "92373dc3-e835-45ac-86a1-7442ecbaa00b", "SID": "3761c509-74e4-4e05-98a9-f4b707f4516e", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" }, { "ID": "92373dc3-e835-45ac-86a1-7442ecbaa00b", "SID": "3761c509-74e4-4e05-98a9-f4b707f4516e", "Name": "sample string 3", "Checked": true, "SortVal": 1, "ShipmentField": "sample string 5", "AddToCategory": "sample string 6" } ], "ShipmentSurveyCategories": [ { "ID": "a8889165-0a86-4aac-8960-23bc267b1e5f", "SID": "7b0c70d3-f46b-40b6-8e51-c5c4433bddf5", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "ec2b0c53-f9d2-4c81-b177-185b5a481f35", "CID": "0b451070-a7c0-4030-bea8-e6437dfa368e", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "ec2b0c53-f9d2-4c81-b177-185b5a481f35", "CID": "0b451070-a7c0-4030-bea8-e6437dfa368e", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 } ] }, { "ID": "a8889165-0a86-4aac-8960-23bc267b1e5f", "SID": "7b0c70d3-f46b-40b6-8e51-c5c4433bddf5", "Name": "sample string 3", "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "Weight": 1, "ClassName": "sample string 5", "ShipmentSurveyItems": [ { "ID": "ec2b0c53-f9d2-4c81-b177-185b5a481f35", "CID": "0b451070-a7c0-4030-bea8-e6437dfa368e", "Name": "sample string 3", "Qty": 1.1, "Cubes": 1.1, "Density": 1.1, "Note": "sample string 4", "NotToShip": true, "Weight": 1 }, { "ID": "ec2b0c53-f9d2-4c81-b177-185b5a481f35", "CID": "0b451070-a7c0-4030-bea8-e6437dfa368e", "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-01T03:37:21.0082877-04:00</Completed> <EstID>177f8e6b-97cb-489b-bc59-1e59b0ea3577</EstID> <ID>7e94e633-5267-406b-a8a9-0a567b26936a</ID> <Note>sample string 2</Note> <ShipmentSurveyCategories> <ShipmentSurveyCategory> <ClassName>sample string 5</ClassName> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>a8889165-0a86-4aac-8960-23bc267b1e5f</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>7b0c70d3-f46b-40b6-8e51-c5c4433bddf5</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>0b451070-a7c0-4030-bea8-e6437dfa368e</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ec2b0c53-f9d2-4c81-b177-185b5a481f35</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>0b451070-a7c0-4030-bea8-e6437dfa368e</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ec2b0c53-f9d2-4c81-b177-185b5a481f35</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>a8889165-0a86-4aac-8960-23bc267b1e5f</ID> <Name>sample string 3</Name> <Note>sample string 4</Note> <SID>7b0c70d3-f46b-40b6-8e51-c5c4433bddf5</SID> <ShipmentSurveyItems> <ShipmentSurveyItem> <CID>0b451070-a7c0-4030-bea8-e6437dfa368e</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ec2b0c53-f9d2-4c81-b177-185b5a481f35</ID> <Name>sample string 3</Name> <NotToShip>true</NotToShip> <Note>sample string 4</Note> <Qty>1.1</Qty> <Weight>1</Weight> </ShipmentSurveyItem> <ShipmentSurveyItem> <CID>0b451070-a7c0-4030-bea8-e6437dfa368e</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>ec2b0c53-f9d2-4c81-b177-185b5a481f35</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>732e8c91-0a63-4c8e-a241-918975b9ea26</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>dfacb5a5-7cdc-461c-8951-46f86752d125</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>8575507e-6d96-44cb-9efd-081514f014bb</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> <ShipmentSurveyContainer> <CID>732e8c91-0a63-4c8e-a241-918975b9ea26</CID> <Cubes>1.1</Cubes> <Density>1.1</Density> <ID>dfacb5a5-7cdc-461c-8951-46f86752d125</ID> <Name>sample string 3</Name> <Qty>1.1</Qty> <SID>8575507e-6d96-44cb-9efd-081514f014bb</SID> <SortVal>1</SortVal> </ShipmentSurveyContainer> </ShipmentSurveyContainers> <ShipmentSurveyOthers> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>9a986c8b-974d-46a4-b777-e78500d1f2ce</ID> <NotToShip>true</NotToShip> <SID>67cf51b6-7845-40fc-bc88-aabe3ce44511</SID> <Weight>1</Weight> </ShipmentSurveyOther> <ShipmentSurveyOther> <Description>sample string 3</Description> <ID>9a986c8b-974d-46a4-b777-e78500d1f2ce</ID> <NotToShip>true</NotToShip> <SID>67cf51b6-7845-40fc-bc88-aabe3ce44511</SID> <Weight>1</Weight> </ShipmentSurveyOther> </ShipmentSurveyOthers> <ShipmentSurveyQuestions> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>92373dc3-e835-45ac-86a1-7442ecbaa00b</ID> <Name>sample string 3</Name> <SID>3761c509-74e4-4e05-98a9-f4b707f4516e</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> <ShipmentSurveyQuestion> <AddToCategory>sample string 6</AddToCategory> <Checked>true</Checked> <ID>92373dc3-e835-45ac-86a1-7442ecbaa00b</ID> <Name>sample string 3</Name> <SID>3761c509-74e4-4e05-98a9-f4b707f4516e</SID> <ShipmentField>sample string 5</ShipmentField> <SortVal>1</SortVal> </ShipmentSurveyQuestion> </ShipmentSurveyQuestions> <SurveyDate>2025-07-01T03:37:21.0082877-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.