ProcessingNote

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-03-19"
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-03-19"
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-03-19",
  "documentCount": 0,
  "documents": [
    {
      "id": "string",
      "name": "string",
      "metadata": {},
      "url": "string"
    }
  ],
  "status": "New",
  "updatedByName": "string",
  "completedDate": "2024-03-19",
  "id": "string"
}
Contained in Models

- none -

Consumed by Operations
Create ProcessingNote