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: post
Path: /api/1.0/vendor
Authorize the vendor by given ID.
Method: patch
Path: /api/1.0/vendor/{id}/approve
Close the vendor by given ID.
Method: patch
Path: /api/1.0/vendor/{id}/close
Deletes the vendor identified by given ID.
Method: delete
Path: /api/1.0/vendor/{id}
Get all valid vendor.
Method: get
Path: /api/1.0/vendor
reopen the vendor by given ID.
Method: patch
Path: /api/1.0/vendor/{id}/reopen
Retrieves the vendor by ID.
Method: get
Path: /api/1.0/vendor/{id}
Retrives the vendor by given ID.
Method: get
Path: /api/1.0/vendor/{id}/history
Retrives the vendor by given ID.
Method: get
Path: /api/1.0/vendor/{id}/unauthorized
Update an existing vendor.
Method: put
Path: /api/1.0/vendor/{id}