Create item attributes

post

/fscmRestApi/resources/11.13.18.05/draftPurchaseAgreements/{draftPurchaseAgreementsUniqID}/child/lines/{AgreementLineId}/child/itemAttributes

Request

Path Parameters
  • 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=
  • This is the hash key of the attributes which make up the composite key for the Draft Purchase Agreements resource and used to uniquely identify an instance of Draft Purchase Agreements. The client should not generate the hash key value. Instead, the client should query on the Draft Purchase Agreements collection resource in order to navigate to a specific instance of Draft Purchase Agreements to get the hash key.
Header Parameters
  • 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".
  • 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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Maximum Length: 700
    Alternate identifier for an item specified on a blanket purchase agreement line.
  • Maximum Length: 700
    URL of the attachment associated with the item.
  • Value that uniquely identifies the purchasing extended item attributes. This is the primary key of the Purchasing Attribute Values view object.
  • Value that uniquely identifies the purchasing item translation attributes. This is the primary key of the Purchasing Attribute Values Translation view object.
  • Maximum Length: 700
    Status of the item availability from supplier.
  • Maximum Length: 700
    Additional comments for the item specified on the blanket purchase agreement line.
  • DFF
  • Maximum Length: 700
    URL of the image file associated with the item specified on a blanket purchase agreement line.
  • Number of days in which the item specified on the blanket purchase agreement line can be delivered when ordered.
  • Maximum Length: 4000
    Text describing the long description of the item specified on a blanket purchase agreement line.
  • Maximum Length: 700
    Name of the manufacturer of the item specified on a blanket purchase agreement line.
  • Maximum Length: 700
    Part number used to identify the item by the manufacturer of the item, that's specified on a blanket purchase agreement line.
  • Maximum Length: 700
    URL of the manufacturer of the item specified on a blanket purchase agreement line.
  • Maximum Length: 240
    String that describes how the item is packed by the supplier.
  • Attribute indicating how to round the quantity on an internal requisition that results from conversions between the requisition line unit of measure and the item unit of issue.
  • Maximum Length: 700
    URL of the supplier's organization.
  • Maximum Length: 700
    Location of the small version of a larger image file for the item specified on the blanket purchase agreement.
  • Maximum Length: 700
    The United Nations Standard Products and Services Code for the item specified on the blanket purchase agreement.
Nested Schema : DFF
Type: array
Show Source
Nested Schema : draftPurchaseAgreements-lines-itemAttributes-DFF-item-post-request
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : draftPurchaseAgreements-lines-itemAttributes-item-response
Type: object
Show Source
  • Read Only: true
    Value that uniquely identifies the agreement line.
  • Maximum Length: 700
    Alternate identifier for an item specified on a blanket purchase agreement line.
  • Maximum Length: 700
    URL of the attachment associated with the item.
  • Value that uniquely identifies the purchasing extended item attributes. This is the primary key of the Purchasing Attribute Values view object.
  • Value that uniquely identifies the purchasing item translation attributes. This is the primary key of the Purchasing Attribute Values Translation view object.
  • Maximum Length: 700
    Status of the item availability from supplier.
  • Maximum Length: 700
    Additional comments for the item specified on the blanket purchase agreement line.
  • Read Only: true
    Maximum Length: 64
    User who created the item attributes for a purchase agreement line.
  • Read Only: true
    Date and time when the buyer or application created the item attributes for a purchase agreement line.
  • DFF
  • Read Only: true
    Maximum Length: 1
    Value that identifies if the row is new or changed.
  • Title: Hazard Class
    Read Only: true
    Maximum Length: 40
    Name of the hazard class.
  • Title: Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the hazard class.
  • Read Only: true
    Value that uniquely identifies the hazard class.
  • Maximum Length: 700
    URL of the image file associated with the item specified on a blanket purchase agreement line.
  • Read Only: true
    Date and time when the buyer or application last updated the item attributes on a purchase agreement line.
  • Read Only: true
    Maximum Length: 64
    User who last updated the item attributes on a purchase agreement line.
  • Number of days in which the item specified on the blanket purchase agreement line can be delivered when ordered.
  • Links
  • Maximum Length: 4000
    Text describing the long description of the item specified on a blanket purchase agreement line.
  • Maximum Length: 700
    Name of the manufacturer of the item specified on a blanket purchase agreement line.
  • Maximum Length: 700
    Part number used to identify the item by the manufacturer of the item, that's specified on a blanket purchase agreement line.
  • Maximum Length: 700
    URL of the manufacturer of the item specified on a blanket purchase agreement line.
  • Maximum Length: 240
    String that describes how the item is packed by the supplier.
  • Attribute indicating how to round the quantity on an internal requisition that results from conversions between the requisition line unit of measure and the item unit of issue.
  • Read Only: true
    Maximum Length: 255
    Supplier item auxiliary identifier for the blanket agreement line.
  • Maximum Length: 700
    URL of the supplier's organization.
  • Maximum Length: 700
    Location of the small version of a larger image file for the item specified on the blanket purchase agreement.
  • Title: UN Number
    Read Only: true
    Maximum Length: 20
    Number that the United Nations uses to identify hazardous material.
  • Title: UN Number Description
    Read Only: true
    Maximum Length: 240
    Description of the hazardous material that the United Nations identification number references.
  • Read Only: true
    Value that uniquely identifies the number that the United Nations uses to identify hazardous material.
  • Maximum Length: 700
    The United Nations Standard Products and Services Code for the item specified on the blanket purchase agreement.
Nested Schema : DFF
Type: array
Show Source
Nested Schema : draftPurchaseAgreements-lines-itemAttributes-DFF-item-response
Type: object
Show Source
Back to Top

Examples

These examples describe how to create a item attributes record for a line.

Example cURL Command

Use the following cURL command to submit a request on the REST resource.

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/draftPurchaseAgreements/draftPurchaseAgreementsUniqID/child/lines/AgreementLineId/child/itemAttributes"

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 creates.


{
    "LongDescription": "Industrial-grade Receiver Module RCV-100 designed for high-frequency signal acquisition with low noise and extended durability for harsh environments.",
    "SupplierURL": "https://www.techsupplies.com/products/rcv-100",
    "Manufacturer": "Yeiv Signal Systems Pvt. Ltd.",
    "ManufacturerURL": "https://www.signals.com",
    "ManufacturerPartNumber": "AYMD-RCV100-HF",
    "AttachmentURL": "https://www.techsupplies.com/datasheets/rcv-100.pdf",
    "Alias": "RX100 / Signal Receiver Basic",
    "LeadTimeDays": 14,
    "UNSPSC": "43221705",
    "ImageURL": "https://www.techsupplies.com/images/rcv-100.jpg",
    "Availability": "In Stock",
    "Comments": "Suitable for telecom and industrial IoT applications; ensure compatibility with controller firmware v2.1 or higher.",
    "RoundingFactor": 0.2
}

Example Response Body

The following example includes the contents of the response body in JSON format:

{
    "AttributeValuesId": 300100650135632,
    "AttributeValuesTlpId": 300100650135633,
    "LongDescription": "Industrial-grade Receiver Module RCV-100 designed for high-frequency signal acquisition with low noise and extended durability for harsh environments.",
    "SupplierPartAuxid": null,
    "SupplierURL": "https://www.techsupplies.com/products/rcv-100",
    "Manufacturer": "Yeiv Signal Systems Pvt. Ltd.",
    "ManufacturerURL": "https://www.signals.com",
    "ManufacturerPartNumber": "AYMD-RCV100-HF",
    "AttachmentURL": "https://www.techsupplies.com/datasheets/rcv-100.pdf",
    "PackagingString": null,
    "Alias": "RX100 / Signal Receiver Basic",
    "LeadTimeDays": 14,
    "UNSPSC": "43221705",
    "ImageURL": "https://www.techsupplies.com/images/rcv-100.jpg",
    "ThumbnailImageURL": null,
    "Availability": "In Stock",
    "Comments": "Suitable for telecom and industrial IoT applications; ensure compatibility with controller firmware v2.1 or higher.",
    "RoundingFactor": 0.200,
    "UNNumberId": null,
    "UNNumber": null,
    "UNNumberDescription": null,
    "HazardClassId": null,
    "HazardClassCode": null,
    "HazardClass": null,
    "CreatedBy": "PRC_INTEGRATION_USER",
    "CreationDate": "2026-04-27T07:01:47.030+00:00",
    "LastUpdatedBy": "PRC_INTEGRATION_USER",
    "LastUpdateDate": "2026-04-27T07:01:47.030+00:00",
    "AgreementLineId": 300100650135630,
    "EntityChangeTypeCode": "I",
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/draftPurchaseAgreements/300100650135628/child/lines/300100650135630/child/itemAttributes/300100650135632",
            "name": "itemAttributes",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000003770400000003737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000037371007E00020000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/draftPurchaseAgreements/300100650135628/child/lines/300100650135630/child/itemAttributes/300100650135632",
            "name": "itemAttributes",
            "kind": "item"
        },
        {
            "rel": "parent",
            "href": "https://servername/fscmRestApi/resources/version/draftPurchaseAgreements/300100650135628/child/lines/300100650135630",
            "name": "lines",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/draftPurchaseAgreements/300100650135628/child/lines/300100650135630/child/itemAttributes/300100650135632/child/DFF",
            "name": "DFF",
            "kind": "collection"
        }
    ]
}
Back to Top