Batch Create Program Budgets

post

/api/restapi/programBudget/batch

This endpoint creates one or more program budgets with Status values of DRAFT. If the program budgets already exist, they are directly returned.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityProgramBudgetInput>
Type: array
Title: List<ApiEntityProgramBudgetInput>
Show Source
  • ApiEntityProgramBudgetInput
    Title: ApiEntityProgramBudgetInput
    This entity represents a ProgramBudget object, a unique ProgramBudget object can be identified by the following combinations of the fields.
    • programId
    • programCode, workspaceId
    • programCode, workspaceCode
Nested Schema : ApiEntityProgramBudgetInput
Type: object
Title: ApiEntityProgramBudgetInput
This entity represents a ProgramBudget object, a unique ProgramBudget object can be identified by the following combinations of the fields.
  • programId
  • programCode, workspaceId
  • programCode, workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityProgramBudget>
Type: array
Title: List<ApiEntityProgramBudget>
Show Source
Nested Schema : ApiEntityProgramBudget
Type: object
Title: ApiEntityProgramBudget
Show Source

400 Response

Invalid input for the Program Budget service. Verify the request contains valid data, then resubmit the request.
Back to Top