Update an expenditure item
patch
/fscmRestApi/resources/11.13.18.05/projectExpenditureItems/{ExpenditureItemId}
Request
Path Parameters
-
ExpenditureItemId(required): integer(int64)
The identifier of the expenditure item.
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ExternalBillRate: number
Title:
External Bill RateThe unit rate at which an expenditure item is billed on external contracts. -
ExternalBillRateCurrency: string
Title:
External Bill Rate CurrencyMaximum Length:15The currency in which an expenditure item is billed on external contracts. -
ExternalBillRateSourceName: string
Title:
External Bill Rate Source NameMaximum Length:150The name of the external source from where the external bill rate originates. -
ExternalBillRateSourceReference: string
Title:
External Bill Rate Source ReferenceMaximum Length:30The unique identifier of the external bill rate in the external source. -
IntercompanyBillRate: number
Title:
Intercompany Bill RateThe unit rate at which an expenditure item is billed on intercompany contracts. -
IntercompanyBillRateCurrency: string
Title:
Intercompany Bill Rate CurrencyMaximum Length:15The currency in which an expenditure item is billed on intercompany contracts. -
IntercompanyBillRateSourceName: string
Title:
Intercompany Bill Rate Source NameMaximum Length:150The name of the external source from where the intercompany bill rate originates. -
IntercompanyBillRateSourceReference: string
Title:
Intercompany Bill Rate Source ReferenceMaximum Length:20The unique identifier of the intercompany bill rate in the external source. -
ProjectExpenditureItemsDFF: array
Project Expenditure Items Descriptive Flexfields
Title:
Project Expenditure Items Descriptive FlexfieldsThe Project Expenditure Items Descriptive Flexfields resource is used to view and update additional information for project costs.
Nested Schema : Project Expenditure Items Descriptive Flexfields
Type:
arrayTitle:
Project Expenditure Items Descriptive FlexfieldsThe Project Expenditure Items Descriptive Flexfields resource is used to view and update additional information for project costs.
Show Source
Nested Schema : projectExpenditureItems-ProjectExpenditureItemsDFF-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context PromptMaximum Length:30Code that identifies the context for the segments of the project expenditure items. -
__FLEX_Context_DisplayValue: string
Title:
Context PromptName of the context for the segments of the project expenditure items.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : projectExpenditureItems-item-response
Type:
Show Source
object-
ExpenditureItemId: integer
(int64)
Title:
Transaction NumberThe identifier of the expenditure item. -
ExternalBillRate: number
Title:
External Bill RateThe unit rate at which an expenditure item is billed on external contracts. -
ExternalBillRateCurrency: string
Title:
External Bill Rate CurrencyMaximum Length:15The currency in which an expenditure item is billed on external contracts. -
ExternalBillRateSourceName: string
Title:
External Bill Rate Source NameMaximum Length:150The name of the external source from where the external bill rate originates. -
ExternalBillRateSourceReference: string
Title:
External Bill Rate Source ReferenceMaximum Length:30The unique identifier of the external bill rate in the external source. -
IntercompanyBillRate: number
Title:
Intercompany Bill RateThe unit rate at which an expenditure item is billed on intercompany contracts. -
IntercompanyBillRateCurrency: string
Title:
Intercompany Bill Rate CurrencyMaximum Length:15The currency in which an expenditure item is billed on intercompany contracts. -
IntercompanyBillRateSourceName: string
Title:
Intercompany Bill Rate Source NameMaximum Length:150The name of the external source from where the intercompany bill rate originates. -
IntercompanyBillRateSourceReference: string
Title:
Intercompany Bill Rate Source ReferenceMaximum Length:20The unique identifier of the intercompany bill rate in the external source. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectExpenditureItemsDFF: array
Project Expenditure Items Descriptive Flexfields
Title:
Project Expenditure Items Descriptive FlexfieldsThe Project Expenditure Items Descriptive Flexfields resource is used to view and update additional information for project costs.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Project Expenditure Items Descriptive Flexfields
Type:
arrayTitle:
Project Expenditure Items Descriptive FlexfieldsThe Project Expenditure Items Descriptive Flexfields resource is used to view and update additional information for project costs.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : projectExpenditureItems-ProjectExpenditureItemsDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context PromptMaximum Length:30Code that identifies the context for the segments of the project expenditure items. -
__FLEX_Context_DisplayValue: string
Title:
Context PromptName of the context for the segments of the project expenditure items. -
ExpenditureItemId: integer
(int64)
Title:
Transaction NumberThe identifier of the expenditure item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- ProjectExpenditureItemsDFF
-
Parameters:
- ExpenditureItemId:
$request.path.ExpenditureItemId
The Project Expenditure Items Descriptive Flexfields resource is used to view and update additional information for project costs. - ExpenditureItemId:
Examples
The following example shows how to update an expenditure item by submitting a PATCH request on the REST resource using cURL.
<Enter the cURL command syntax>
cURL Command Example
curl --user ppm_cloud_user -X PATCH -d @example_request_payload.json --header "Content-Type: application/json" https://your_organization.com:port/fscmRestApi/resources/11.13.17.08/projectExpenditureItems/{ExpenditureItemId}Request Body Example
The following shows an example of the request body in JSON format.
{
"ExternalBillRate" : "3",
"ExternalBillRateCurrency" : "INR",
"ExternalBillRateSourceName" : "abc11",
"ExternalBillRateSourceReference" : "abc"
}
Response Body Example
The following shows an example of the response body in JSON format.
{
"ExternalBillRate" : 3,
"ExternalBillRateCurrency" : "INR",
"ExternalBillRateSourceName" : "abc11",
"ExternalBillRateSourceReference" : "abc",
"ExpenditureItemId" : 7690976,
"IntercompanyBillRate" : null,
"IntercompanyBillRateCurrency" : null,
"IntercompanyBillRateSourceName" : null,
"IntercompanyBillRateSourceReference" : null,
"links" : [ ...
]
}