POST v6/waveIntegration/setSerialNumberDoNotShipFlag

Request Information

URI Parameters

None.

Body Parameters

SerialNumberDoNotShipFlagModel
NameDescriptionTypeAdditional information
PartNumber

string

None.

SerialNumber

string

None.

DoNotShip

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "partNumber": "sample string 1",
  "serialNumber": "sample string 2",
  "doNotShip": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.