LifecycleMessageResponse
Lifecycle message as returned on creation (excludes note_internal)
iduuidrequired
invoice_iduuidrequired
Invoice token (UUID)
codestringrequired
Example:
APPROVEDsourcestringrequired
Possible values: [NUNTIQ, EXTERNAL_API, MANUAL_USER]
actor_display_namestringnullable
occurred_atdate-timerequired
recorded_atdate-timerequired
clarification_codestringnullable
note_supplierstringnullable
reference_typestringnullable
Possible values: [PO_NUMBER, PAYMENT_REF, CREDIT_NOTE, OTHER]
reference_valuestringnullable
LifecycleMessageResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"invoice_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"code": "APPROVED",
"source": "NUNTIQ",
"actor_display_name": "string",
"occurred_at": "2024-07-29T15:51:28.071Z",
"recorded_at": "2024-07-29T15:51:28.071Z",
"clarification_code": "string",
"note_supplier": "string",
"reference_type": "PO_NUMBER",
"reference_value": "string"
}