ReportDetailCompletionEvent
Information on the completion of the events
id stringnullable
Unique identifier of an event
Example:
123299f1-b5de-4556-823c-75c9efa042a6
updatedByOrg object
Information of the organization who last updated the event
id stringnullable
Unique identifier of the organization
Example:
abc67433-c8d8-4779-a0f1-3f1490e2dde9
name stringnullable
Name of the organization
Example:
Acme Corp
type stringnullable
Type of the organization, e.g. RETAILER, FACTORY, PARTNER, etc.
Example:
RETAILER
uid stringnullable
Unique technical identifier of the organization
Example:
V123
updatedByUser object
Information of the user who last updated the event
firstName stringnullable
First name of the user
Example:
John
id stringnullable
Unique identifier of the user
Example:
cc94fc4e-dcbe-44a5-863e-3255281e02ca
lastName stringnullable
Last name of the user
Example:
Doe
updatedDate date-timenullable
Updated date
Example:
2021-06-27T09:35:40.899000+00:00
ReportDetailCompletionEvent
{
"id": "123299f1-b5de-4556-823c-75c9efa042a6",
"updatedByOrg": {
"id": "abc67433-c8d8-4779-a0f1-3f1490e2dde9",
"name": "Acme Corp",
"type": "RETAILER",
"uid": "V123"
},
"updatedByUser": {
"email": "[email protected]",
"firstName": "John",
"id": "cc94fc4e-dcbe-44a5-863e-3255281e02ca",
"lastName": "Doe"
},
"updatedDate": "2021-06-27T09:35:40.899000+00:00"
}