Create a vendor
POST /vendors
POST
/vendors
Create a new vendor
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
external_id
string
name
string
abbv
string
description
string
archived
boolean
Responses
Section titled “ Responses ”Vendor created
object
id
string
company_id
string | null
external_id
string | null
name
string | null
abbv
string | null
description
string | null
archived
boolean
Invalid request
object
success
required
boolean
error
required
string
Example
An error occurredUnauthorized