Application instance enabled webhook request body resource.
organizationId | string (OrganizationId) <= 50 characters Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID. | ||||||||||||||||||||||||||||||||||||||||||||||||
applicationId | string <= 50 characters Unique application ID. | ||||||||||||||||||||||||||||||||||||||||||||||||
eventType | string Type of webhook event. | ||||||||||||||||||||||||||||||||||||||||||||||||
object Embedded objects. | |||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects Related links. | |||||||||||||||||||||||||||||||||||||||||||||||||
Returns any 2xx status to indicate that the data received.
{- "organizationId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "applicationId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "eventType": "application-instance-enabled",
- "_embedded": {
- "application": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string",
- "logoId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "authorName": "string",
- "authorLogoId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "tagline": "string",
- "description": "string",
- "status": "pending-approval",
- "permissions": [
- "GetInvoice",
- "GetInvoiceCollection",
- "GetCustomer",
- "GetCustomerCollection"
], - "properties": {
- "type": "object",
- "properties": {
- "email": {
- "type": "string"
}, - "max": {
- "type": "integer",
- "minimum": 0,
- "exclusiveMaximum": 100
}
}, - "required": [
- "email"
]
}, - "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}, - "applicationInstance": {
- "status": "enabling",
- "settings": {
- "color": "red",
- "limit": "5"
}, - "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
], - "organizationId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "token": "string"
}
}, - "_links": [
- {
- "href": "string",
- "rel": "application"
}
]
}