Skip to main content

ReportDetailCompletionEvent

Information on the completion of the events

idstringnullable

Unique identifier of an event

Example: 123299f1-b5de-4556-823c-75c9efa042a6
updatedByOrg object

Information of the organization who last updated the event

idstringnullable

Unique identifier of the organization

Example: abc67433-c8d8-4779-a0f1-3f1490e2dde9
namestringnullable

Name of the organization

Example: Acme Corp
typestringnullable

Type of the organization, e.g. RETAILER, FACTORY, PARTNER, etc.

Example: RETAILER
uidstringnullable

Unique technical identifier of the organization

Example: V123
updatedByUser object

Information of the user who last updated the event

emailstringnullable

Email address of the user

firstNamestringnullable

First name of the user

Example: John
idstringnullable

Unique identifier of the user

Example: cc94fc4e-dcbe-44a5-863e-3255281e02ca
lastNamestringnullable

Last name of the user

Example: Doe
updatedDatedate-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"
}