Salta ai contenuti

Update order notes only (V4)

PUT
/v4/orders/{id}/notes
curl --request PUT \
--url https://api-crm-staging.divinea.com/api/v4/orders/1/notes \
--header 'APIKey: <APIKey>' \
--header 'Content-Type: application/json' \
--data '{ "notes": "example" }'

Updates the orders.notes column and updated_at; does not change status or other fields.

id
required
integer format: int64

Id

APIKey
string

APIKey

Body

Media typeapplication/json
OrderNotesBody
object
notes
string
Examplegenerated
{
"notes": "example"
}

OK

Media type*/*
object