Create a Program Budget Item

post

/api/restapi/programBudgetItem

Send a request to this endpoint to create a program budget item. An application object will be created using the JSON data provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityProgramBudgetItemInput
Type: object
Title: ApiEntityProgramBudgetItemInput
This entity represents a ProgramBudgetItem object, a unique ProgramBudgetItem object can be identified by the following combinations of the fields.
  • programBudgetItemId
  • programBudgetItemCode, programId
  • programBudgetItemCode, programCode, workspaceCode
Show Source
Nested Schema : cbsCodes
Type: array
List of cbs codes in hierarchy for the CBS which needs to be associated with the item. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
Show Source
Nested Schema : configuredFields
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
  • ApiEntityProgramBudgetItemConfiguredFieldValueInput
    Title: ApiEntityProgramBudgetItemConfiguredFieldValueInput
    This entity represents a ProgramBudgetItemConfiguredFieldValue object, a unique ProgramBudgetItemConfiguredFieldValue object can be identified by the following combinations of the fields.
    • programBudgetItemConfiguredFieldValueId
    • columnDefinitionId
    • columnName
    • columnLabel
Nested Schema : programBudgetItemCost
Contains Program Budget Item cost related fields.
Match All
Show Source
Nested Schema : ApiEntityProgramBudgetItemConfiguredFieldValueInput
Type: object
Title: ApiEntityProgramBudgetItemConfiguredFieldValueInput
This entity represents a ProgramBudgetItemConfiguredFieldValue object, a unique ProgramBudgetItemConfiguredFieldValue object can be identified by the following combinations of the fields.
  • programBudgetItemConfiguredFieldValueId
  • columnDefinitionId
  • columnName
  • columnLabel
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide value for this field during object update to delete the assigned configured field value.
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column label.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column name.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the base currency conversion. Input should be provided in numberValue field, in currency of record.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace1 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace2 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace3 currency conversion.
  • This holds values for Date type configured fields.
  • Read Only: true
    Maximum Length: 4000
    Deprecated. As of 23.10.
    Provides the error message for why the formula calculation resulted in an error.
  • Read Only: true
    Deprecated. As of 23.10.
    Determines if formula calculation hit an error calculating a value for this field.
  • This holds values for Number, Integer and Cost type configured fields. Input for the cost configured field should be provided in the currency of record. For example project level currency in case of Activity, base currency for Company, workspace currency for Funds and record level currency for Project Actuals etc. configured fields.
  • The unique identifier for the Budget Item Configured Field.
  • Read Only: true
    Deprecated. As of 23.11.
    The system-generated identifier for a budget.
  • Maximum Length: 4000
    This holds values for Boolean, List and Text type configured fields.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
Nested Schema : ApiEntityProgramBudgetItemCostInput
Type: object
Title: ApiEntityProgramBudgetItemCostInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityProgramBudgetItem
Type: object
Title: ApiEntityProgramBudgetItem
Show Source
Nested Schema : configuredFields
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
Nested Schema : programBudgetItemCost
Contains Program Budget Item cost related fields.
Match All
Show Source
Nested Schema : ApiEntityProgramBudgetItemConfiguredFieldValue
Type: object
Title: ApiEntityProgramBudgetItemConfiguredFieldValue
Show Source
Nested Schema : ApiEntityProgramBudgetItemCost
Type: object
Title: ApiEntityProgramBudgetItemCost
Show Source

400 Response

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