Search
K
financials v1

FinancialSettlementScheduleApprovalRequest

object
actionstringrequired

Action to perform on financial settlement schedule
Allowed values: [APPROVE, UNAPPROVE]

Match pattern:^(APPROVE|UNAPPROVE)$

Example:APPROVE

workspaceIdstring(uuid)required

The workspace ID for which to approve/unapprove financial settlement schedule line items

Example:4gb85f64-5717-4562-b3fc-2c963f66afa6

financialSettlementScheduleIdstring(uuid)required

The financial settlement schedule ID for which to approve/unapprove line items

Example:3fa85f64-5717-4562-b3fc-2c963f66afa6

approvedBystringrequired

Email address of the user performing the approval action

Match pattern:^$|(?:[A-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[A-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[A-z0-9](?:[A-z0-9-]*[A-z0-9])?\.)+[A-z0-9](?:[A-z0-9-]*[A-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[A-z0-9-]*[A-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5A\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])

>= 1 characters<= 50 characters

Example:approver@lawfirm.com

Example

FinancialSettlementScheduleApprovalResponse

object
statusstring

Current status of the financial settlement schedule
values: [APPROVED, PREPARED]

Example:APPROVED

approvedBystring(email)

Email address of the user who performed the approval action

Example:approver@lawfirm.com

lineItemsarray[object]

List of line items in the financial settlement schedule

Default:[]

Show Child Parameters
Example

ApprovedLineItem

object
lineItemIdstring(uuid)

Unique identifier for the line item

Example:3fa85f64-5717-4562-b3fc-2c963f66afa6

amountnumber

Amount for the line item

Example:100

typestring

Type of line item
values: [SOURCE, DESTINATION]

Example:SOURCE

authorisedboolean

Authorization status of the line item

Example:true

referencestring

Reference for the line item

Example:ref

categorystring

Category of the line item

Example:Mortgage Advance

Example

FundsAuthorisationRequest

object
completionDatestring(date)required

Example:1970-12-31

lineItemobjectrequired
Show Child Parameters
Example

FundsAuthorisationResponse

object
matchedboolean

Example:true

authorisedboolean

Authorisation status of the line item

Example:true

Example