admin-suppliers

Update Supplier

Partial update of a supplier.

Returns 409 with the locked envelope if the email change collides with another existing row.

patch/api/v1/admin/suppliers/{supplier_id}

Path parameters

supplier_idstring uuid required

Request body

namestring nullable
emailstring email nullable
companystring nullable
locationstring nullable
trust_tier'new' | 'trusted' | 'restricted' nullable
notesstring nullable
admin_routing_notesstring nullable

Response

Successful Response

namestring required
emailstring email required
companystring nullable
locationstring nullable
trust_tier'new' | 'trusted' | 'restricted'
notesstring nullable
admin_routing_notesstring nullable
idstring uuid required
activeboolean required
last_contacted_atstring date-time nullable required
response_countinteger required
decline_countinteger required
created_atstring date-time required
updated_atstring date-time required

Changes

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