Set PO Number API
Use this API to manage your purchase order number on ValoreBooks.
Routes
https://test.valorebooks.com/buyer/ponumber (qa)
https://api.valorebooks.com/buyer/ponumber (production)
POST
Set your purchase order number
Parameters
Name
Located in
Description
Type
Content-Type
header
String
poNumber
body
An alphanumeric string (max. 255 characters) that contains the current PO number
String
Request Examples
Updating the PO number
{
"poNumber": "PO123456"
}
Responses
200
Your PO number has been updated
Successfully set `poNumber` to: PO123456
400
There was an error with your request
Missing required field `poNumber`
500
An internal error occurred
403
Your AWS credentials are not correct
No buyer found with given credentials.
POST Set your purchase order number
Parameters
Name | Located in | Description | Type |
---|---|---|---|
Content-Type | header | String | |
poNumber | body | An alphanumeric string (max. 255 characters) that contains the current PO number | String |
Request Examples
Updating the PO number
{
"poNumber": "PO123456"
}
Responses
200 Your PO number has been updated
Successfully set `poNumber` to: PO123456
400 There was an error with your request
Missing required field `poNumber`
500 An internal error occurred
403 Your AWS credentials are not correct
No buyer found with given credentials.