POST v6/waveIntegration/setSerialNumberDoNotShipFlag
Request Information
URI Parameters
None.
Body Parameters
SerialNumberDoNotShipFlagModel| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.