Update a price break
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/priceBreaks/{PriceBreakId}
Request
-
LineId(required): number
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
PriceBreakId(required): integer
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
draftSupplierNegotiationResponsesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Draft Supplier Negotiation Responses resource and used to uniquely identify an instance of Draft Supplier Negotiation Responses. The client should not generate the hash key value. Instead, the client should query on the Draft Supplier Negotiation Responses collection resource in order to navigate to a specific instance of Draft Supplier Negotiation Responses to get the hash key.
-
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.
- application/json
object-
PriceBreakEndDate: string
(date)
Title:
End DateDate when the price break expires. -
PriceBreakStartDate: string
(date)
Title:
Start DateDate when the price break goes into effect. -
PricingBasis: string
Title:
Pricing BasisMaximum Length:80Basis that the application uses to calculate the price break. A list of accepted values is defined in the lookup type PON_SHIPMENT_PRICING_BASIS. -
PricingBasisCode: string
Maximum Length:
25Abbreviation that identifies the basis that the application uses to calculate the response line price break. A list of accepted values is defined in the lookup type PON_SHIPMENT_PRICING_BASIS. -
Quantity: number
Title:
QuantityQuantity for the price break. -
ResponseValue: number
Title:
Response ValueResponse value of the price break. -
ShipToLocation: string
Title:
Display NameMaximum Length:240Name of the location to which the supplier ships the item. -
ShipToLocationId: integer
Title:
Ship-to Location IDValue that uniquely identifies the location to which the supplier ships the item. -
ShipToOrganization: string
Title:
Ship-to OrganizationMaximum Length:240Name of the inventory organization to which the supplier ships the item. -
ShipToOrganizationId: integer
Title:
Ship-to Organization IDValue that uniquely identifies the inventory organization to which the supplier ships the item.
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-
CreatedBy: string
Read Only:
trueMaximum Length:64Identifies the user who created the row. -
CreationDate: string
(date-time)
Read Only:
trueTimestamp of the creation of the row. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the line. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the line. -
Line: string
Read Only:
trueMaximum Length:25Number that identifies the negotiation line. -
LineId: integer
Title:
Line IDRead Only:trueValue that identifies the negotiation line. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriceBreakEndDate: string
(date)
Title:
End DateDate when the price break expires. -
PriceBreakId: integer
Title:
Price Break IDRead Only:trueDate when the price break goes into effect. -
PriceBreakStartDate: string
(date)
Title:
Start DateDate when the price break goes into effect. -
PricingBasis: string
Title:
Pricing BasisMaximum Length:80Basis that the application uses to calculate the price break. A list of accepted values is defined in the lookup type PON_SHIPMENT_PRICING_BASIS. -
PricingBasisCode: string
Maximum Length:
25Abbreviation that identifies the basis that the application uses to calculate the response line price break. A list of accepted values is defined in the lookup type PON_SHIPMENT_PRICING_BASIS. -
Quantity: number
Title:
QuantityQuantity for the price break. -
ResponseNumber: integer
(int64)
Title:
Response NumberRead Only:trueValue that identifies the supplier response. -
ResponseValue: number
Title:
Response ValueResponse value of the price break. -
ShipToLocation: string
Title:
Display NameMaximum Length:240Name of the location to which the supplier ships the item. -
ShipToLocationId: integer
Title:
Ship-to Location IDValue that uniquely identifies the location to which the supplier ships the item. -
ShipToOrganization: string
Title:
Ship-to OrganizationMaximum Length:240Name of the inventory organization to which the supplier ships the item. -
ShipToOrganizationId: integer
Title:
Ship-to Organization IDValue that uniquely identifies the inventory organization to which the supplier ships the item. -
TargetPrice: number
Title:
Target PriceRead Only:trueTarget price for the price break.
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.
- PricingBasisLookupLOVVO
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DPON_SHIPMENT_PRICING_BASIS
The following properties are defined on the LOV link relation:- Source Attribute: PricingBasis; Target Attribute: Meaning
- Display Attribute: Meaning
- finder:
Examples
This example describes how to update a price break in a negotiation response line using a response ID, line ID, group ID, and price breaks ID.
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/draftSupplierNegotiationResponses/draftSupplierNegotiationResponsesUniqID/child/lines/LineId/child/priceBreaks/PriceBreakId"
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/189742/child/lines/2/child/priceBreaks/1"
Example Request Body
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.
{
"ResponseValue": 150
}
Example Response Body
{
"ResponseNumber": 189742,
"LineId": 2,
"Line": "2",
"PriceBreakId": 1,
"ShipToOrganizationId": 911,
"ShipToOrganization": "Vision Germany",
"ShipToLocationId": 16306,
"ShipToLocation": "Addison TX",
"Quantity": 200,
"ResponseValue": 150.00,
"TargetPrice": null,
"PriceBreakStartDate": null,
"PriceBreakEndDate": null,
"PricingBasisCode": "PRICE",
"PricingBasis": "Price",
"CreatedBy": "CVSUPPB01",
"CreationDate": "2022-10-05T19:19:05+00:00",
"LastUpdatedBy": "CVSUPPB01",
"LastUpdateDate": "2022-10-05T19:47:06.006+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/189742/child/lines/2/child/priceBreaks/1",
"name": "priceBreaks",
"kind": "item",
"properties": {
"changeIndicator": ". . ."
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/189742/child/lines/2/child/priceBreaks/1",
"name": "priceBreaks",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/189742/child/lines/2",
"name": "lines",
"kind": "item"
}
]
}