Update entity in CrmAccounts
PATCH/CrmAccounts(:id)
Update entity in CrmAccounts
Request
Path Parameters
id uuidrequired
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
key: id of CrmAccount
- application/json
Body
required
New property values
companyName string
email string
phone1 string
phone2 string
streetName string
houseNumber string
postalCode string
city string
countryIso string
Possible values: <= 2 characters
cocNumber string
vatNumber string
state string
iban string
type
defaultVatId uuid
customerReference string
defaultContactId uuid
firstName string
This property are no longer synced from the contact.
lastNamePrefix string
This property are no longer synced from the contact.
lastName string
This property are no longer synced from the contact.
id uuid
createdDate date-time
updatedDate date-time
organizationId uuid
reference string
creatorId uuid
customField1 string
customField2 string
customField3 string
customField4 string
customField5 string
organization
Responses
- 204
- default
Success
error
- */*
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
code stringrequired
message stringrequired
target string
details
object[]
code stringrequired
message stringrequired
target string
innererror object
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}
Loading...