POST v6/waveIntegration/associateSerialNumberToRTI
Request Information
URI Parameters
None.
Body Parameters
AssociateSerialNumberToRTIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTI | string |
None. |
|
| PartNumber | string |
None. |
|
| SerialNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rti": "sample string 1",
"partNumber": "sample string 2",
"serialNumber": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.