Update an associated project
patch
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractLine/{LineId}/child/AssociatedProject/{AssociatedProjectUniqID}
Request
Path Parameters
-
AssociatedProjectUniqID(required): string
This is the hash key of the attributes which make up the composite key--- LinkId and MajorVersion ---for the Associated Projects resource and used to uniquely identify an instance of Associated Projects. The client should not generate the hash key value. Instead, the client should query on the Associated Projects collection resource with a filter on the primary key values in order to navigate to a specific instance of Associated Projects.
For example: AssociatedProject?q=LinkId=<value1>;MajorVersion=<value2> -
LineId(required): integer(int64)
The unique identifier of the contract line.
-
contractsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Contracts resource and used to uniquely identify an instance of Contracts. The client should not generate the hash key value. Instead, the client should query on the Contracts collection resource in order to navigate to a specific instance of Contracts to get the hash key.
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-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:trueFlag to check if linkage is still valid -
CurrencyCode: string
Title:
Contract CurrencyThe currency code. -
ExternalReferenceKey: string
Title:
External Reference KeyMaximum Length:150Reference key in External source -
ExternalSourceKey: string
Title:
External Source KeyMaximum Length:150External Source Key -
FundingAmount: number
Title:
Contract FundingLinkage funding amount -
MajorVersion: integer
(int64)
Title:
VersionContract Version on which linkage is defined -
PercentComplete: number
Title:
Percent CompletePercentage Complete -
ProjectId: integer
(int64)
Title:
Project IDProject Identifier for the project on Linkage -
ProjectNumber: string
Title:
Project NumberMaximum Length:25Project Number of the project on Linkage -
ProjElementId: integer
(int64)
Title:
Project Task IDTask Identifier for the the task on linkage -
TaskNumber: string
Title:
Task NumberMaximum Length:100Task Number of the Task on the linkage
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 : contracts-ContractLine-AssociatedProject-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:trueFlag to check if linkage is still valid -
CurrencyCode: string
Title:
Contract CurrencyThe currency code. -
ExternalReferenceKey: string
Title:
External Reference KeyMaximum Length:150Reference key in External source -
ExternalSourceKey: string
Title:
External Source KeyMaximum Length:150External Source Key -
FundingAmount: number
Title:
Contract FundingLinkage funding amount -
LastRevRecogDate: string
(date)
Title:
Last Revenue Recognized DateRead Only:trueThe date revenue was last recognized for this associated project within this contract line. -
LinkId: integer
(int64)
Title:
Contract Project Association IDThe unique identifier of the Contract project linkage. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MajorVersion: integer
(int64)
Title:
VersionContract Version on which linkage is defined -
PercentComplete: number
Title:
Percent CompletePercentage Complete -
ProjectId: integer
(int64)
Title:
Project IDProject Identifier for the project on Linkage -
ProjectNumber: string
Title:
Project NumberMaximum Length:25Project Number of the project on Linkage -
ProjElementId: integer
(int64)
Title:
Project Task IDTask Identifier for the the task on linkage -
TaskNumber: string
Title:
Task NumberMaximum Length:100Task Number of the Task on the linkage
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
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.