Skip to main content

IdUid

history object

History of the case

comment stringnullable

Comment of the update

Example: Updated validity duration
reasons string[]nullable

Reasons set by user for the case history update

updatedDate date-timenullable

Updated data of the case

Example: 2021-05-31T10:06:39+00:00
updatedValidityDuration stringnullable

Validity Duration set by user or calculated using Expiration Date

Example: 1 Month
id stringnullable

Unique technical identifier

uid stringnullable

Unique identifier

IdUid
{
"history": {
"comment": "Updated validity duration",
"reasons": [
"string"
],
"updatedDate": "2021-05-31T10:06:39+00:00",
"updatedValidityDuration": "1 Month"
},
"id": "string",
"uid": "string"
}