Create a Program Budget

post

/api/restapi/programBudget

This endpoint creates a program budget with a Status value of DRAFT. If the program budget already exists, it is directly returned.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root 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 : 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