Name / Description | Type / Format | Example | |
---|---|---|---|
payRunEntryId
The Id of the payrunEntry this ProcessingNote relates to, if any
|
string
uuid
|
"string"
|
|
note
|
string
|
"string"
|
|
user
|
Item
|
{Item}
|
|
payRun
|
Item
|
{Item}
|
|
date
|
string
date
|
"2024-11-21"
|
|
documentCount
The number of attachments associated with this model
|
integer
int32
|
0
|
|
documents
The attachments associated with this model
|
Item[]
|
{Item}
|
|
status
|
string
|
"New"
"Complete"
|
|
updatedByName
Name of the user who was last to update the record
|
string
|
"string"
|
|
completedDate
UpdatedDate is assigned to this to get around the base implementation of UpdatedDate having [JsonIgnore] tag
|
string
date
|
"2024-11-21"
|
|
id
The unique id of the object
|
string
uuid
|
"string"
|
{
"payRunEntryId": "string",
"note": "string",
"user": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
},
"payRun": {
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
},
"date": "2024-11-21",
"documentCount": 0,
"documents": [
{
"id": "string",
"name": "string",
"metadata": {},
"url": "string"
}
],
"status": "New",
"updatedByName": "string",
"completedDate": "2024-11-21",
"id": "string"
}
- none -