Refresh Program Cashflow by Program

post

/api/restapi/program/financialsAndSettings/refreshCashflow

Send a request to this endpoint to refresh the cashflow for the provided program.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ProgramIdentifier
Type: object
Title: ProgramIdentifier
Show Source
Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityScheduleJob
Type: object
Title: ApiEntityScheduleJob
Show Source
  • The unique identifier for the background service.
  • The unique identifier for a job.
  • Allowed Values: [ "NOT_RAN_YET", "NEW", "QUEUED", "RUNNING", "DELEGATED", "ON_HOLD", "REJECTED", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED", "NOOP", "COMPLETED_WITH_WARNINGS", "RETRIED" ]
    The status of the background service.
  • Read Only: true
    Date when the record was last updated.

400 Response

Invalid input for the Program service.
Back to Top