Invoke action BulkUpdate
POST/CrmAccounts/Default.BulkUpdate
Invoke action BulkUpdate
Request
- application/json
Body
required
Action parameters
Array [
]
entities
object[]
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...