Skip to main content
POST
Create a vendor

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
name
string
required
address
object
required
contact_email
string<email>
external_id
string

Response

201 - application/json

Created

id
string

ID of the vendor.

name
string

Name of the vendor.

description
string
active
boolean

Indicates if the vendor is active.

address
object
api_app_id
string<uuid>
contact_email
string<email>
created
string<date-time>
external_id
string | null