Approval

Submit non pending/approved entries/expenses for approval to an existing approval request

post/v1/workspaces/{workspaceId}/approval-requests/resubmit-entries-for-approval

Path parameters

workspaceIdstring required

Represents workspace identifier across the system.

Example:dd087fe2dd087fe2dd087fe2

Represents workspace identifier across the system.

Request body

period'WEEKLY' | 'SEMI_MONTHLY' | 'MONTHLY'

Specifies the approval period. It has to match the workspace approval period setting.

periodStartstring required

Specifies an approval period start date in yyyy-MM-ddThh:mm:ssZ format.

typestring

Example request

{
  "period": "MONTHLY",
  "periodStart": "2020-01-01T00:00:00.000Z"
}

Response

OK

Changes

Changed in 1 of the 2 revisions of this API.16

    • the period request property default value was added

      request-property-default-value-added

    • the periodStart request property default value was added

      request-property-default-value-added

    • the id response's property default value was added for the status 200

      response-property-default-value-added

    • the note response's property default value was added for the status 200

      response-property-default-value-added

    • the startOfWeek response's property default value was added for the status 200

      response-property-default-value-added

    • the state response's property default value was added for the status 200

      response-property-default-value-added

    • the timeZone response's property default value was added for the status 200

      response-property-default-value-added

    • the type response's property default value was added for the status 200

      response-property-default-value-added

    • the updatedBy response's property default value was added for the status 200

      response-property-default-value-added

    • the updatedByUserName response's property default value was added for the status 200

      response-property-default-value-added

    • the userEmail response's property default value was added for the status 200

      response-property-default-value-added

    • the userId response's property default value was added for the status 200

      response-property-default-value-added

    • the userId response's property default value was added for the status 200

      response-property-default-value-added

    • the userName response's property default value was added for the status 200

      response-property-default-value-added

    • the userName response's property default value was added for the status 200

      response-property-default-value-added

    • the workspaceId response's property default value was added for the status 200

      response-property-default-value-added