POST v1/commissionAssociatedPart
Commission a new RTI
Request Information
URI Parameters
None.
Body Parameters
CommissionAssociatedPartModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIID |
Unique identifier of the RTI created |
integer |
None. |
| PartID |
Unique identifier of the part that is being associated with an RTI |
integer |
None. |
| LocationID |
Location RTI originated from |
integer |
None. |
| FlagTypeID | integer |
None. |
|
| CreationDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"rtiid": 1,
"partID": 2,
"locationID": 3,
"flagTypeID": 4,
"creationDate": "2025-11-08T08:28:40.6143742+00:00"
}
Response Information
Resource Description
CommissionAssociatedPartModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIID |
Unique identifier of the RTI created |
integer |
None. |
| PartID |
Unique identifier of the part that is being associated with an RTI |
integer |
None. |
| LocationID |
Location RTI originated from |
integer |
None. |
| FlagTypeID | integer |
None. |
|
| CreationDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"rtiid": 1,
"partID": 2,
"locationID": 3,
"flagTypeID": 4,
"creationDate": "2025-11-08T08:28:40.6163876+00:00"
}