provider
inventory

Update Supplier

Update a supplier.

put/inventory/suppliers/update/{id}

Path parameters

idstring required

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

idstring

Unique identifier for the supplier

namestring required

Name of the supplier

descriptionstring nullable

Optional description of the supplier

websitestring nullable

Optional website of the supplier

emailstring nullable

Optional email of the supplier

preferredContactMethodstring nullable

Optional preferred contact method

phoneNumberstring nullable

Optional phone number of the supplier

addressLineOnestring nullable

Optional first line of address

addressLineTwostring nullable

Optional second line of address

citystring nullable

Optional city

statestring nullable

Optional state or province

zipCodestring nullable

Optional ZIP or postal code

countrystring nullable

Optional country

isArchivedboolean

Whether the supplier is archived

Response

Successful Response

idstring

Unique identifier for the supplier

namestring required

Name of the supplier

descriptionstring nullable

Optional description of the supplier

websitestring nullable

Optional website of the supplier

emailstring nullable

Optional email of the supplier

preferredContactMethodstring nullable

Optional preferred contact method

phoneNumberstring nullable

Optional phone number of the supplier

addressLineOnestring nullable

Optional first line of address

addressLineTwostring nullable

Optional second line of address

citystring nullable

Optional city

statestring nullable

Optional state or province

zipCodestring nullable

Optional ZIP or postal code

countrystring nullable

Optional country

isArchivedboolean

Whether the supplier is archived

Changes

No recorded changes to this endpoint across all 1 revision of this API.