Update Supplier Preference
PUT/suppliers/:supplierId/preferences/:id
Update Supplier Preference
Request
Path Parameters
supplierId stringrequired
id stringrequired
- application/json
Body
supplierId string
Supplier
key string
Key
value string
Value
strict string
Strict
notes string
Notes
tags string
Tags
Responses
- 200
Updated Supplier Preference
- application/json
- Schema
- Example (from schema)
Schema
supplierId string
Supplier
key string
Key
value string
Value
strict string
Strict
notes string
Notes
tags string
Tags
id string
Id
createdAt string
Created At
updatedAt string
Updated At
deletedAt string
Deleted At
deleted string
Deleted
createdBy string
Created By
updatedBy string
Updated By
deletedBy string
Deleted By
{
"supplierId": "string",
"key": "string",
"value": "string",
"strict": "string",
"notes": "string",
"tags": "string",
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"deleted": "string",
"createdBy": "string",
"updatedBy": "string",
"deletedBy": "string"
}
Loading...