Vendor Management Maintenance Service REST Endpoints
Vendor Management Services/Vendor Management Maintenance Service
This service describes the API information for Vendor Management Maintenance Service.
- Adds a new vendor.
- Method: postPath:
/api/1.0/vendor
- Authorize the vendor by given ID.
- Method: patchPath:
/api/1.0/vendor/{id}/approve
- Close the vendor by given ID.
- Method: patchPath:
/api/1.0/vendor/{id}/close
- Deletes the vendor identified by given ID.
- Method: deletePath:
/api/1.0/vendor/{id}
- Get all valid vendor.
- Method: getPath:
/api/1.0/vendor
- reopen the vendor by given ID.
- Method: patchPath:
/api/1.0/vendor/{id}/reopen
- Retrieves the vendor by ID.
- Method: getPath:
/api/1.0/vendor/{id}
- Retrives the vendor by given ID.
- Method: getPath:
/api/1.0/vendor/{id}/history
- Retrives the vendor by given ID.
- Method: getPath:
/api/1.0/vendor/{id}/unauthorized
- Update an existing vendor.
- Method: putPath:
/api/1.0/vendor/{id}