Update an entitlement

patch

/fscmRestApi/resources/11.13.18.05/assetWarrantyEntitlements/{EntitlementId}

Request

Path Parameters
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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
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 : assetWarrantyEntitlements-item-response
Type: object
Show Source
Back to Top

Examples

These examples describe how to update a warranty entitlement.

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/assetWarrantyEntitlements/EntitlementId"

Example 1

This example describes how to update a warranty entitlement to exclude.

Example 1 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.

{
    "ContractNumber": "300100578221096",
    "ReimbursementQuantity": "5",
    "ReimbursementQuantityUOMCode": "Ea",
    "ReimbursementUnitCost": "12.34"
}

Example 1 Response Body

The following example includes the contents of the response body in JSON format:
{
    "EntitlementId": 300100582793121,
    "EntitlementNumber": "300100582793121",
    "EntitlementDate": "2023-04-05",
    "EntitlementTypeCode": "ORA_OTHER",
    "EntitlementType": "Other",
    "EntitlementDescription": "New Manual Entitlement Added",
    "ClaimId": null,
    "ClaimNumber": null,
    "ManuallyCreatedFlag": true,
    "WarrantyEntitledFlag": false,
    "ContractId": null,
    "ContractNumber": null,
    "WarrantyProviderId": null,
    "WarrantyProviderNumber": "42552",
    "WarrantyProviderName": "CUTLER-HAMMER INC",
    "OrganizationId": 300100113363336,
    "OrganizationCode": "MNTALM",
    "WorkOrderId": 300100582586720,
    "WorkOrderNumber": "MNTALM1119",
    "AssetId": 300100570947822,
    "AssetNumber": "ALM_ASSET_001",
    "AssetDescription": "ALM-MX-ITEM-001-DESC",
    "AssetSerialNumber": null,
    "RootAssetId": 300100570947822,
    "WoOperationId": null,
    "OperationSequenceNumber": null,
    "OperationName": null,
    "WoOperationResourceId": null,
    "WoOperationReference": "MNTALM1119-",
    "WoOperationMaterialId": null,
    "CostTransactionId": null,
    "ReasonForRepairCode": "01",
    "ReasonForRepairCodeName": "Breakdown",
    "TransactionCode": "013-000-001",
    "TransactionCodeName": "Brakes100",
    "WorkAccomplishedCode": "W-CODE",
    "WorkAccomplishedCodeName": "Work Done Na,e",
    "CostTransactionTypeCode": null,
    "CostTransactionType": null,
    "CostTransactionQuantity": null,
    "CostTransactionUOMCode": null,
    "CostTransactionUOM": null,
    "CostTransactionUnitCost": null,
    "CostTransactionTotal": null,
    "CostTransactionCurrencyCode": null,
    "CostTransactionCurrency": null,
    "ReimbursementQuantity": 0,
    "ReimbursementQuantityUOMCode": null,
    "ReimbursementQuantityUOM": null,
    "ReimbursementUnitCost": 0,
    "ReimbursementTotalCost": 0,
    "ReimbursementCurrencyCode": "USD",
    "ReimbursementCurrency": "US Dollar",
    "EntitlementNotes": "Manual entitlement Added for Testing",
    "CreatedBy": "MNT_QA",
    "CreationDate": "2023-04-05T20:04:56+00:00",
    "LastUpdatedBy": "MNT_QA",
    "LastUpdateDate": "2023-04-05T20:04:56.001+00:00",
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/assetWarrantyEntitlements/300100582777631",
            "name": "assetWarrantyEntitlements",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/assetWarrantyEntitlements/300100582777631",
            "name": "assetWarrantyEntitlements",
            "kind": "item"
        }
    ]
}

Example 2

This example describes how to update a warranty entitlement to exclude from a claim.

Example 2 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.

{
"ClaimId": null
}

Example 2 Response Body

The following example includes the contents of the response body in JSON format:
{
    "EntitlementId": 300100582793121,
    "EntitlementNumber": "300100582793121",
    "EntitlementDate": "2023-04-05",
    "EntitlementTypeCode": "ORA_OTHER",
    "EntitlementType": "Other",
    "EntitlementDescription": "New Manual Entitlement Added",
    "ClaimId": null,
    "ClaimNumber": null,
    "ManuallyCreatedFlag": true,
    "WarrantyEntitledFlag": false,
    "ContractId": null,
    "ContractNumber": null,
    "WarrantyProviderId": null,
    "WarrantyProviderNumber": "42552",
    "WarrantyProviderName": "CUTLER-HAMMER INC",
    "OrganizationId": 300100113363336,
    "OrganizationCode": "MNTALM",
    "WorkOrderId": 300100582586720,
    "WorkOrderNumber": "MNTALM1119",
    "AssetId": 300100570947822,
    "AssetNumber": "ALM_ASSET_001",
    "AssetDescription": "ALM-MX-ITEM-001-DESC",
    "AssetSerialNumber": null,
    "RootAssetId": 300100570947822,
    "WoOperationId": null,
    "OperationSequenceNumber": null,
    "OperationName": null,
    "WoOperationResourceId": null,
    "WoOperationReference": "MNTALM1119-",
    "WoOperationMaterialId": null,
    "CostTransactionId": null,
    "ReasonForRepairCode": "01",
    "ReasonForRepairCodeName": "Breakdown",
    "TransactionCode": "013-000-001",
    "TransactionCodeName": "Brakes100",
    "WorkAccomplishedCode": "W-CODE",
    "WorkAccomplishedCodeName": "Work Done Na,e",
    "CostTransactionTypeCode": null,
    "CostTransactionType": null,
    "CostTransactionQuantity": null,
    "CostTransactionUOMCode": null,
    "CostTransactionUOM": null,
    "CostTransactionUnitCost": null,
    "CostTransactionTotal": null,
    "CostTransactionCurrencyCode": null,
    "CostTransactionCurrency": null,
    "ReimbursementQuantity": 0,
    "ReimbursementQuantityUOMCode": null,
    "ReimbursementQuantityUOM": null,
    "ReimbursementUnitCost": 0,
    "ReimbursementTotalCost": 0,
    "ReimbursementCurrencyCode": "USD",
    "ReimbursementCurrency": "US Dollar",
    "EntitlementNotes": "Manual entitlement Added for Testing",
    "CreatedBy": "MNT_QA",
    "CreationDate": "2023-04-05T20:04:56+00:00",
    "LastUpdatedBy": "MNT_QA",
    "LastUpdateDate": "2023-04-05T20:04:56.001+00:00",
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/assetWarrantyEntitlements/300100582777631",
            "name": "assetWarrantyEntitlements",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/assetWarrantyEntitlements/300100582777631",
            "name": "assetWarrantyEntitlements",
            "kind": "item"
        }
    ]
}

Example 3

This example describes how to update a warranty entitlement to include in a claim.

Example 3 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.

{
"ClaimId": 100101585480500
}

Example 3 Response Body

The following example includes the contents of the response body in JSON format:
{
    "EntitlementId": 300100582777631,
    "EntitlementNumber": "300100582777631",
    "EntitlementDate": "2023-04-05",
    "EntitlementTypeCode": "ORA_OTHER",
    "EntitlementType": null,
    "EntitlementDescription": "New Manual Entitlement Added",
    "ClaimId": 100101585480500,
    "ClaimNumber": null,
    "ManuallyCreatedFlag": true,
    "WarrantyEntitledFlag": true,
    "ContractId": 300100571253016,
    "ContractNumber": null,
    "WarrantyProviderId": "999992000322153",
    "WarrantyProviderNumber": "7141",
    "WarrantyProviderName": "Computer Service and Rentals",
    "OrganizationId": 300100113363336,
    "OrganizationCode": null,
    "WorkOrderId": 300100582586720,
    "WorkOrderNumber": null,
    "AssetId": 300100570947822,
    "AssetNumber": null,
    "AssetDescription": null,
    "AssetSerialNumber": null,
    "RootAssetId": null,
    "WoOperationId": null,
    "OperationSequenceNumber": null,
    "OperationName": null,
    "WoOperationResourceId": null,
    "WoOperationReference": null,
    "WoOperationMaterialId": null,
    "CostTransactionId": null,
    "ReasonForRepairCode": "01",
    "ReasonForRepairCodeName": null,
    "TransactionCode": "013-000-001",
    "TransactionCodeName": null,
    "WorkAccomplishedCode": "W-CODE",
    "WorkAccomplishedCodeName": null,
    "CostTransactionTypeCode": null,
    "CostTransactionType": null,
    "CostTransactionQuantity": null,
    "CostTransactionUOMCode": null,
    "CostTransactionUOM": null,
    "CostTransactionUnitCost": null,
    "CostTransactionTotal": null,
    "CostTransactionCurrencyCode": null,
    "CostTransactionCurrency": null,
    "ReimbursementQuantity": 0,
    "ReimbursementQuantityUOMCode": null,
    "ReimbursementQuantityUOM": null,
    "ReimbursementUnitCost": 0,
    "ReimbursementTotalCost": 0,
    "ReimbursementCurrencyCode": "USD",
    "ReimbursementCurrency": "US Dollar",
    "EntitlementNotes": "Manual entitlement Added for Testing",
    "CreatedBy": "MNT_QA",
    "CreationDate": "2023-04-05T20:03:44+00:00",
    "LastUpdatedBy": "MNT_QA",
    "LastUpdateDate": "2023-04-05T20:03:44.001+00:00",
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/assetWarrantyEntitlements/300100582777631",
            "name": "assetWarrantyEntitlements",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/assetWarrantyEntitlements/300100582777631",
            "name": "assetWarrantyEntitlements",
            "kind": "item"
        }
    ]
}
Back to Top