Material suppliers

Get all material suppliers

get

The API gives the ability to get all existing suppliers in the company.

Authorizations
x-api-keystringRequired
Query parameters
company_namestringOptional

The name of the company that supplies materials.

emailstringOptional

The supplier’s e-mail address.

phonestringOptional

The supplier’s phone number.

skipnumberOptional
takenumberOptional
Header parameters
x-tenant-idstring Β· uuidOptional

Tenant id (uuid v4)

Responses
200Success
application/json
get
/api/public/material-suppliers

Create material supplier

post

The API gives the ability to create a new supplier.

Authorizations
x-api-keystringRequired
Header parameters
x-tenant-idstring Β· uuidOptional

Tenant id (uuid v4)

Body
company_namestringRequired

Company name of the material supplier

Example: ABC Materials Co.
countrystringOptional

Country where the supplier is located

Example: United States
first_namestringOptional

First name of the supplier contact person

Example: John
last_namestringOptional

Last name of the supplier contact person

Example: Smith
phonestringOptional

Phone number of the supplier

Example: +1-555-123-4567
emailstring Β· emailOptional

Email address of the supplier

Example: [email protected]
Responses
post
/api/public/material-suppliers

Update material supplier

patch

The API gives the ability to update an existing supplier's information.

Authorizations
x-api-keystringRequired
Path parameters
idstringRequired
Header parameters
x-tenant-idstring Β· uuidOptional

Tenant id (uuid v4)

Body
company_namestringOptional

Company name of the material supplier

Example: XYZ Materials Inc.
countrystringOptional

Country where the supplier is located

Example: Canada
first_namestringOptional

First name of the supplier contact person

Example: Jane
last_namestringOptional

Last name of the supplier contact person

Example: Doe
phonestringOptional

Phone number of the supplier

Example: +1-555-987-6543
emailstring Β· emailOptional

Email address of the supplier

Example: [email protected]
Responses
200Success
application/json
patch
/api/public/material-suppliers/{id}

Last updated