Jsontaskapiv1
task object
Description for task in JSONTaskApiV1
the encoded key of the user to whom the task is assigned
the date on which the task was marked as completed
the full name of the Mambu user who created this task
the encoded key of the Mambu user who created the task
the date on which the task was created
the number of days remaining until the task status will be set to OVERDUE if still incomplete
a rich text description of the task
the date by which the task should be completed
the automatically generated encoded key of the task
the user provided ID of the task
the date on which the task was last modified
the current status of the task
Possible values: [COMPLETED, OPEN, OVERDUE]
the encoded key of the entity associated with the task, for example, the client or account
the name of the entity, for example client or user, linked to this task
the type of entity linked to the task
Possible values: [BRANCH, LOAN_ACCOUNT, GROUP, DEPOSIT_ACCOUNT, LINE_OF_CREDIT, LOAN_PRODUCT, GL_JOURNAL_ENTRY, SAVINGS_PRODUCT, USER, CLIENT, CENTRE, ID_DOCUMENT]
{
"task": {
"assignedUserKey": "string",
"completionDate": "string",
"createdByFullName": "string",
"createdByUserKey": "string",
"creationDate": "string",
"daysUntilDue": 0,
"description": "string",
"dueDate": "string",
"encodedKey": "string",
"id": 0,
"lastModifiedDate": "string",
"status": "COMPLETED",
"taskLinkKey": "string",
"taskLinkName": "string",
"taskLinkType": "BRANCH"
}
}