Update a work confirmation line
/fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/lines/{WorkConfirmationLineId}
Request
-
WorkConfirmationLineId(required): integer(int64)
Value that uniquely identifies the work confirmation line.
-
workConfirmationsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Work Confirmations resource and used to uniquely identify an instance of Work Confirmations. The client should not generate the hash key value. Instead, the client should query on the Work Confirmations collection resource in order to navigate to a specific instance of Work Confirmations to get the hash key.
-
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.
- application/json
object-
Amount: number
Amount of work completed on a progress payment schedule for a period or performance.
-
POLineId: integer
(int64)
Value that uniquely identifies the purchase order line.
-
POLineLocationId: integer
(int64)
Value that uniquely identifies the purchase order schedule.
-
POLineNumber: number
Title:
LineNumber that uniquely identifies the purchase order line. -
POScheduleNumber: number
Title:
ScheduleNumber that uniquely identifies the purchase order schedule for the purchase order line. -
Quantity: number
Quantity of work completed on a progress payment schedule for a period or performance.
-
TotalProgressPercent: number
Value that indicates the percent of the work completed on a progress payment schedule.
Response
- application/json
Default Response
-
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.
object-
Amount: number
Amount of work completed on a progress payment schedule for a period or performance.
-
BalanceToFinish: number
Read Only:
trueAmount pending to complete the work on a progress payment schedule. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the work confirmation line. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the supplier or application created the work confirmation line. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the supplier or application most recently updated the work confirmation line. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the work confirmation line. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaximumRetainageAmount: number
Title:
Maximum Retainage AmountRead Only:trueMaximum amount of retainage that can be withheld on a purchase order line. -
POLineId: integer
(int64)
Value that uniquely identifies the purchase order line.
-
POLineLocationId: integer
(int64)
Value that uniquely identifies the purchase order schedule.
-
POLineNumber: number
Title:
LineNumber that uniquely identifies the purchase order line. -
POScheduleDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the work associated with the progress payment schedule. -
POScheduleNumber: number
Title:
ScheduleNumber that uniquely identifies the purchase order schedule for the purchase order line. -
PreviouslyApprovedAmount: number
Read Only:
trueTotal approved work confirmation amount of a progress payment schedule prior to the current period of performance. -
Price: number
Title:
PriceRead Only:truePrice of the purchase order schedule. -
ProjectedRetainageThisPeriod: number
Read Only:
trueProjected amount of retainage that can be withheld on the progress payment schedule for a period of performance. -
Quantity: number
Quantity of work completed on a progress payment schedule for a period or performance.
-
RetainageRate: number
Title:
Retainage RateRead Only:truePercentage of the invoice value that can be withheld as retainage. -
ScheduledQuantity: number
Title:
QuantityRead Only:trueScheduled quantity of the progress payment schedule . -
ScheduledValue: number
Read Only:
trueOrdered amount on the progress payment schedule. -
ScheduleType: string
Title:
MeaningRead Only:trueMaximum Length:80Type of the progress payment schedule. -
ScheduleTypeCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the progress payment schedule type. Valid values are rate and lump sum. -
TotalCompleted: number
Read Only:
trueTotal amount of work completed on a progress payment schedule. -
TotalProgressPercent: number
Value that indicates the percent of the work completed on a progress payment schedule.
-
TotalProjectedRetainageToDate: number
Read Only:
trueProjected amount of retainage that can be withheld on the progress payment schedule. -
UOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure for the quantity ordered on the purchase order schedule. -
UOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure on the purchase order schedule. -
WorkConfirmationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work confirmation. -
WorkConfirmationLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the work confirmation line. -
WorkConfirmationNumber: string
Read Only:
trueMaximum Length:30Number that uniquely identifies the work confirmation in a sold-to legal entity.
arrayLinksobject-
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.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Examples
This example describes how to update a work confirmation line.
Example cURL Command
Use the following cURL command to submit a request on the REST resource.
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/workConfirmations/WorkConfirmationUniqId/child/lines/WorkConfirmationLineId"
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/child/lines/300100549276468"
Example Request Body
In this example, total progress percent on a work confirmation line is updated successfully.
The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it updates.
"{
"TotalProgressPercent": 50,
}"
Example Response Body
{
"WorkConfirmationLineId": 300100549276468,
"WorkConfirmationId": 300100549276467,
"POLineLocationId": 300100549072283,
"Amount": 5000,
"Quantity": null,
"TotalProgressPercent": 50,
"POLineId": 300100549056644,
"POScheduleNumber": 2,
"WorkConfirmationNumber": "1005070-1",
"POLineNumber": 1,
"CreationDate": "2022-01-10T15:24:03+00:00",
"CreatedBy": "CVSUPPA05",
"LastUpdateDate": "2022-01-10T15:47:26+00:00",
"LastUpdatedBy": "CVSUPPA05",
"POScheduleDescription": "Road Work",
"UOMCode": null,
"UOM": null,
"ScheduleTypeCode": "LUMPSUM",
"ScheduleType": "Lump Sum",
"PreviouslyApprovedAmount": 0,
"ProjectedRetainageThisPeriod": 500,
"ScheduledValue": 10000,
"TotalProjectedRetainageToDate": 500,
"TotalCompleted": 5000,
"BalanceToFinish": 5000,
"Price": null,
"MaximumRetainageAmount": 10000,
"RetainageRate": 10,
"ScheduledQuantity": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/child/lines/300100549276468",
"name": "lines",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/child/lines/300100549276468",
"name": "lines",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467",
"name": "workConfirmations",
"kind": "item"
}
]
}