POST api/ShipmentSurveyOther

Request Information

URI Parameters

None.

Body Parameters

ShipmentSurveyOther
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

SID

globally unique identifier

None.

Description

string

None.

Weight

integer

None.

NotToShip

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "31b9dc70-64c4-49e1-855f-d5f586465ea6",
  "SID": "050f818b-5eef-4e7a-b289-8bbd06c1515a",
  "Description": "sample string 3",
  "Weight": 1,
  "NotToShip": true
}

application/xml, text/xml

Sample:
<ShipmentSurveyOther xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
  <Description>sample string 3</Description>
  <ID>31b9dc70-64c4-49e1-855f-d5f586465ea6</ID>
  <NotToShip>true</NotToShip>
  <SID>050f818b-5eef-4e7a-b289-8bbd06c1515a</SID>
  <Weight>1</Weight>
</ShipmentSurveyOther>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ShipmentSurveyOther
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

SID

globally unique identifier

None.

Description

string

None.

Weight

integer

None.

NotToShip

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": "0b4092ba-1700-4695-9de1-8d85f284d962",
  "SID": "0b7f3eef-a7f6-48b0-b39a-9c8c139f9c35",
  "Description": "sample string 3",
  "Weight": 1,
  "NotToShip": true
}

application/xml, text/xml

Sample:
<ShipmentSurveyOther xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
  <Description>sample string 3</Description>
  <ID>0b4092ba-1700-4695-9de1-8d85f284d962</ID>
  <NotToShip>true</NotToShip>
  <SID>0b7f3eef-a7f6-48b0-b39a-9c8c139f9c35</SID>
  <Weight>1</Weight>
</ShipmentSurveyOther>