Create a sold_to_account
Method : POST
https://os.vucustom.com/api/v1/sold_to_accountsRequest Body Schema
account_number
string
Yes
Unique identifier for the sold-to account
address_1
string
Yes
Primary address line
address_2
string
No
Secondary address line, can be empty
alternate_name
string
No
Alternate name
city
string
Yes
City name
country
string
Yes
Two-letter country code (ISO 3166-1 alpha-2)
postal_code
string
Yes
Postal/ZIP code
company_name
string
No
Business or company name, can be empty
first_name
string
Yes
Customer's first name
last_name
string
Yes
Customer's last name
phone
string
No
Phone number with optional formatting
ship_to_accounts
array
yes
this array can be empty. the array should contain objects
state_region
string
yes
State/province/region code
200 Successful response example
401 Unauthorized
The client doesn’t have correct authentication credentials.
403 Forbidden
The server is refusing to respond. This is typically caused by incorrect access.
404 Not Found
The requested resource was not found but could be available again in the future.
422 Unprocessable Entity
5xx Errors
An internal error occurred in VU Admin.
Last updated