Vendors: archive
Archive a vendor by Vendor Id.
Request - POST https://api-uat.vtopenview.com/vendors/{vendorid}/archive
DO NOT supply a request body with this method.
You will need to supply the Vendor Id on your request parameters with this method. You can get your Vendor Id from the return of the Vendors List.
You will need to include your access token upon making a request. For more information, see the authentication and authorization page.
Example request with authorization:
curl -- GET Base URI: https://api-uat.vtopenview.com/vendors/{vendorid}/archive
--header "Authorization: Bearer MTQ0NjJkZmQ5OTM2NDE1ghNNBiuyUYUN"
Response
If successful, this method returns a response 204 No Content:
Example response:
HTTPS 204 No Content
If vendor is not found within your company, this method returns a response 404 Not Found:
Example response:
HTTPS 404 Not Found