Customer changed notificationWebhook

Request
Request Body schema: application/json

Notification event that a company has been changed. Entities that should be monitored for changes can be specified in the Subscription Settings.

ClientId
required
integer <int32>

Client identifier

ApplicationId
integer <int32>

Application identifier, if company is application unique, see client settings

CustomerId
required
integer <int32>

Norce internal id for the person or contact

EntityChanged
required
string

Describes what triggered the event.
Read about the different entities here.

Enum: "tApplicationAccount" "tClientCustomer" "tClientCustomerAddress" "tClientCustomerDivision" "tClientCustomerFlag" "tClientCustomerInfo" "tClientCustomerPriceList"
Responses
200

Return a 200 status to indicate that the data was received successfully

500

Return any 500 status to indicate that something went wrong and a retry of the event should be triggered.

Request samples
application/json
{
  • "ClientId": 0,
  • "ApplicationId": 0,
  • "CustomerId": 0,
  • "EntityChanged": "tApplicationAccount"
}