Statuses REST Endpoints
Business Objects/Tenders/Statuses
The operations from the Business Objects/Tenders/Statuses category.
- Create a Statuse
- Method: postPath:
/tenders/{iTransactionNo}/statuses - Delete a Statuse
- Method: deletePath:
/tenders/{iTransactionNo}/statuses/{statusTypeGidxstatusValueGid} - Get a Statuse
- Method: getPath:
/tenders/{iTransactionNo}/statuses/{statusTypeGidxstatusValueGid} - Get Statuses
- Method: getPath:
/tenders/{iTransactionNo}/statuses - Update a Statuse
- Method: patchPath:
/tenders/{iTransactionNo}/statuses/{statusTypeGidxstatusValueGid} - Update Statuses
- Method: patchPath:
/tenders/{iTransactionNo}/statuses