Create a new supplier

POST /supplier

Create a new supplier

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

name*

string

Name of the user

email*

string

Email of the user

external_id*

string

ID of supplier in external system

country

string

Alpha-2 country code

description

string

url

string

Response

{
  "status": "ok",
}

Last updated