DELETE api/ShipmentSurveyOther/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

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": "89b28cc6-871a-4a2c-84f9-f10bf5a53150",
  "SID": "8781985d-1f1b-4fbb-91c1-bca6e95c83f4",
  "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>89b28cc6-871a-4a2c-84f9-f10bf5a53150</ID>
  <NotToShip>true</NotToShip>
  <SID>8781985d-1f1b-4fbb-91c1-bca6e95c83f4</SID>
  <Weight>1</Weight>
</ShipmentSurveyOther>