RequestData:
Api Code Documentation / Exports / service/domain/workflow/workflowitem_update / RequestData
service/domain/workflow/workflowitem_update.RequestData
Table of contents
Properties
- additionalData
- amount
- amountType
- billingDate
- currency
- description
- displayName
- documents
- dueDate
- exchangeRate
- fundingOrganization
- tags
Properties
additionalData
• Optional
additionalData: object
Defined in
src/service/domain/workflow/workflowitem_update.ts:42
amount
• Optional
amount: string
Defined in
src/service/domain/workflow/workflowitem_update.ts:35
amountType
• Optional
amountType: "N/A"
| "disbursed"
| "allocated"
Defined in
src/service/domain/workflow/workflowitem_update.ts:37
billingDate
• Optional
billingDate: string
Defined in
src/service/domain/workflow/workflowitem_update.ts:39
currency
• Optional
currency: string
Defined in
src/service/domain/workflow/workflowitem_update.ts:36
description
• Optional
description: string
Defined in
src/service/domain/workflow/workflowitem_update.ts:34
displayName
• Optional
displayName: string
Defined in
src/service/domain/workflow/workflowitem_update.ts:33
documents
• Optional
documents: UploadedDocumentOrLink
[]
Defined in
src/service/domain/workflow/workflowitem_update.ts:41
dueDate
• Optional
dueDate: string
Defined in
src/service/domain/workflow/workflowitem_update.ts:40
exchangeRate
• Optional
exchangeRate: string
Defined in
src/service/domain/workflow/workflowitem_update.ts:38
fundingOrganization
• Optional
fundingOrganization: string
Defined in
src/service/domain/workflow/workflowitem_update.ts:44
tags
• Optional
tags: string
[]