Suppliers

Update a supplier

put/v1/suppliers/{id}

Path parameters

idinteger required

Supplier ID

Request body

activeboolean

Whether the supplier is active

cellPhonestring nullable

Cell phone number

createdAtstring date-time nullable

Created date

createdByIdstring nullable

Created by user ID

defaultPaymentMethod'Transfer' | 'Order' | 'Check' | 'Cash' | 'Card' | 'Bill' | 'Usec' | 'Other'
emailstring nullable

Email

firstNamestring nullable

First name

idinteger

Supplier ID

internalIdstring nullable

Internal Id

internalNotesstring nullable

Internal notes

lastNamestring nullable

Last name

namestring nullable

Company name

numberstring nullable

Number

phonestring nullable

Phone number

titlestring nullable

Title

updatedAtstring date-time nullable

Updated date

updatedByIdstring nullable

Updated by user ID

Response

OK

activeboolean

Whether the supplier is active

cellPhonestring nullable

Cell phone number

createdAtstring date-time nullable

Created date

createdByIdstring nullable

Created by user ID

defaultPaymentMethod'Transfer' | 'Order' | 'Check' | 'Cash' | 'Card' | 'Bill' | 'Usec' | 'Other'
emailstring nullable

Email

firstNamestring nullable

First name

idinteger

Supplier ID

internalIdstring nullable

Internal Id

internalNotesstring nullable

Internal notes

lastNamestring nullable

Last name

namestring nullable

Company name

numberstring nullable

Number

phonestring nullable

Phone number

titlestring nullable

Title

updatedAtstring date-time nullable

Updated date

updatedByIdstring nullable

Updated by user ID

Changes

Changed in 1 of the 2 revisions of this API.5

    • added the new optional request property (media type: application/json-patch+json)

      new-optional-request-property

    • added the new optional request property (media type: application/json)

      new-optional-request-property

    • added the new optional request property (media type: text/json)

      new-optional-request-property

    • added the new optional request property (media type: application/*+json)

      new-optional-request-property

    • added the optional property to the response with the status

      response-optional-property-added