View a Program Budget Item by Code and Parent Codes

get

/api/restapi/programBudgetItem/byItemCode

Send a request to this endpoint to view a program budget item with codes matching the code fields in query parameters.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
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

404 Response

The requested object does not exist, or you do not have access to it.
Back to Top