Company 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

CompanyId
required
integer <int32>

Norce internal id for the organization

EntityChanged
required
string

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

Enum: "tClientCompany" "tClientCompanyAddress" "tClientCompanyDeliveryMethod" "tClientCompanyDiscount" "tClientCompanyDivision" "tClientCompanyFlag" "tClientCompanyInfo" "tClientCompanyPaymentMethod" "tClientCompanyPriceList" "tClientCustomer" "tClientCustomerCompany"
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,
  • "CompanyId": 0,
  • "EntityChanged": "tClientCompany"
}