Type Validation Failure
Description
Notification about a VALIDATION_FAILURE failure event.
Response Body
| Parent | Name | Output |
|---|---|---|
$. | data[] | |
data[] | orgId | |
data[] | id | |
data[] | createdDate | |
data[] | feedbackUrl | |
data[] | resourceDetails | |
data[] | type | |
resourceDetails | etag | |
resourceDetails | resourceId | |
resourceDetails | resourceType | |
resourceDetails | state | |
resourceDetails | brandId |
Brand ID
brandId (string) is provided when $.locationDetails.brandId is present.
Example Response Bodies
Location — No Brand Delegation
A VALIDATION_FAILURE notification is generated when a location fails validation. When the organization manages its own resources directly with no active brand delegation, only that organization receives the notification.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Location owner (no active brand delegation) | Location owner | Location validation failed |
{
"data": [
{
"orgId": "9467895078742654994",
"id": "9467895078742654924",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "VALIDATION_FAILURE",
"feedbackUrl": "/v1/orgs/9467895078742654994/feedback?ql=id==9467895078742654900",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654976",
"etag": "5c8db178-ddd4-11ec-8a61-f78830620abb",
"state": "REJECTED",
"brandId": "9467895078742654946"
}
},
{
"orgId": "9467895078742654994",
"id": "9467895078742654914",
"createdDate": "2026-10-09T14:12:46.00Z",
"type": "VALIDATION_FAILURE",
"feedbackUrl": "/v1/orgs/9467895078742654994/feedback?ql=id==9467895078742654918",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654918",
"etag": "75b7339a-ddd4-11ec-8e49-af60e95b5e14",
"state": "REJECTED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "8U54a61d9b495324"
},
"next": "/v1/orgs/9467895078742654994/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=2&after=8U54a61d9b495324"
}
}
Location — Owner Initiates, Multiple Delegated Partners
A VALIDATION_FAILURE notification is generated when a location fails validation. When the brand associated with the location has been delegated to one or more partners, all parties — the owner and each partner whose delegation scope includes the brand — receive this notification. Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Location owner and all delegated partners | Location owner | Location validation failed |
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654213",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "VALIDATION_FAILURE",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654922",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654287",
"etag": "e6cd42da-7e5b-11ee-b962-0242ac120002",
"state": "PUBLISHED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "1C44a61d9b495276"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=1&after=1C44a61d9b495276"
}
}
Location — Partner Initiates, Multiple Delegated Partners
The same notification is generated when a delegated partner initiates the resource operation. The owner and all partners whose delegation scope includes the brand receive this notification. Each organization calls the notification API using their own orgId as the URI parameter; the access token encodes the authorization scope.
| Notification For | Process Initiated by | Triggering Event |
|---|---|---|
| Location owner and all delegated partners | Delegated partner | Location validation failed |
{
"data": [
{
"orgId": "9467895078742654934",
"id": "9467895078742654518",
"createdDate": "2026-10-10T17:32:05.00Z",
"type": "VALIDATION_FAILURE",
"feedbackUrl": "/v1/orgs/9467895078742654934/feedback?ql=id==9467895078742654980",
"resourceDetails": {
"resourceType": "LOCATION",
"resourceId": "9467895078742654387",
"etag": "2354400c-7e78-11ee-b962-0242ac120002",
"state": "REJECTED",
"brandId": "9467895078742654946"
}
}
],
"pagination": {
"cursors": {
"after": "4D22a61d9b495037"
},
"next": "/v1/orgs/9467895078742654934/notifications?ql=createdDate=ge=2026-10-01T00:00:00Z;createdDate=le=2026-10-11T00:00:00Z;resourceType==LOCATION&limit=1&after=4D22a61d9b495037"
}
}