POST v1/associatePart
Associate a Part to an RTI
Request Information
URI Parameters
None.
Body Parameters
AssociatePartModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PartID |
Unique identifier of the part that is being associated with an RTI |
integer |
None. |
| DeviceID |
Unique identifier of the device that performed the Associate activity |
integer |
None. |
| Barcode |
Barcode that an item is being associated to |
string |
None. |
| RTIAssociatedID |
Unique identifier of the RTI Association |
integer |
None. |
| RTIID |
Unique identifier of the RTI |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"partID": 1,
"deviceID": 2,
"barcode": "sample string 3",
"rtiAssociatedID": 4,
"rtiid": 5
}
Response Information
Resource Description
AssociatePartModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PartID |
Unique identifier of the part that is being associated with an RTI |
integer |
None. |
| DeviceID |
Unique identifier of the device that performed the Associate activity |
integer |
None. |
| Barcode |
Barcode that an item is being associated to |
string |
None. |
| RTIAssociatedID |
Unique identifier of the RTI Association |
integer |
None. |
| RTIID |
Unique identifier of the RTI |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"partID": 1,
"deviceID": 2,
"barcode": "sample string 3",
"rtiAssociatedID": 4,
"rtiid": 5
}