Create one mass claim action

post

/fscmRestApi/resources/11.13.18.05/channelCustomerMassClaimActions

Request

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
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Claims
Type: array
Title: Claims
The Claims resource manages the list of claims on which the mass update or mass settlement action needs to be performed.
Show Source
Nested Schema : Currency Totals
Type: array
Title: Currency Totals
The Currency Totals resource queries the claim amount totals by claim currency.
Show Source
Nested Schema : Descriptive Flexfields for Channel Customer Claims Actions
Type: array
Title: Descriptive Flexfields for Channel Customer Claims Actions
The Descriptive Flexfields for Channel Customer Mass Claims Actions resource manages additional details for customer claims.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The Notes resource captures comments, information, or instructions for Oracle Fusion Cloud Applications Suite business objects.
Show Source
Nested Schema : Settlement Lines
Type: array
Title: Settlement Lines
The Settlement Lines resource manages a set of transaction lines that are used to create settlement artifacts such as credit memos in Receivables.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : channelCustomerMassClaimActions-claims-item-post-request
Type: object
Show Source
Nested Schema : channelCustomerMassClaimActions-currencyTotals-item-post-request
Type: object
Show Source
Nested Schema : channelCustomerMassClaimActions-DFF-item-post-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Nested 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 : channelCustomerMassClaimActions-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Claims
Type: array
Title: Claims
The Claims resource manages the list of claims on which the mass update or mass settlement action needs to be performed.
Show Source
Nested Schema : Currency Totals
Type: array
Title: Currency Totals
The Currency Totals resource queries the claim amount totals by claim currency.
Show Source
Nested Schema : Descriptive Flexfields for Channel Customer Claims Actions
Type: array
Title: Descriptive Flexfields for Channel Customer Claims Actions
The Descriptive Flexfields for Channel Customer Mass Claims Actions resource manages additional details for customer claims.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The Notes resource captures comments, information, or instructions for Oracle Fusion Cloud Applications Suite business objects.
Show Source
Nested Schema : Settlement Lines
Type: array
Title: Settlement Lines
The Settlement Lines resource manages a set of transaction lines that are used to create settlement artifacts such as credit memos in Receivables.
Show Source
Nested Schema : channelCustomerMassClaimActions-attachments-item-response
Type: object
Show Source
Nested Schema : channelCustomerMassClaimActions-claims-item-response
Type: object
Show Source
Nested Schema : channelCustomerMassClaimActions-currencyTotals-item-response
Type: object
Show Source
Nested Schema : channelCustomerMassClaimActions-DFF-item-response
Type: object
Show Source
Nested Schema : channelCustomerMassClaimActions-notes-item-response
Type: object
Show Source
Nested Schema : channelCustomerMassClaimActions-settlementLines-item-response
Type: object
Show Source
Back to Top

Examples

These examples describe how to create one mass claim action and one mass claim action settlment.

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/channelCustomerMassClaimActions"

Example 1

This example describes how to create one mass claim action.

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.

{
    "BusinessUnitId": 204,
    "BusinessUnit": "Vision Operations",
    "MassActionType": "Mass Update",
    "ProcessingModeCode": "ORA_FINAL_MODE",
    "ProcessingMode": "Final",
    "ClaimTypeId": 300100205262732,
    "ClaimType": "Damages",
    "ClaimOwner": "channel_user",
    "ClaimOwnerId": 300100181693728,
    "ClaimReasonId": 300100181565223,
    "ClaimReason": "Supplier Rejection",
    "Status": "Open",
    "claims": [
        {
            "ClaimNumber": "CLM14065_1"
        },
        {
            "ClaimNumber": "DED15012"
        }
    ],
    "attachments": [
        {
            "DatatypeCode": "TEXT",
            "CategoryName": "MISC",
            "UploadedText": "This is a sample text attachment",
            "Title": "REST Attachment Text Test",
            "Description": "Text Attachment"
        },
        {
            "CategoryName": "MISC",
            "DatatypeCode": "FILE",
            "FileContents": "VGVzdCBjb250ZW50IHVwZGF0ZWQ=",
            "Title": "Sample File attachment 07/28 test 123",
            "FileName": "New_Test_Attachment.txt"
        },
        {
            "DatatypeCode": "WEB_PAGE",
            "CategoryName": "MISC",
            "Url": "http://www.resturlattachmenttest.com",
            "ContentRepositoryFileShared": "false",
            "Title": "Web Page attachment",
            "Description": "Web Page attachment"
        }
    ],
    "notes": [
        {
            "NoteTitle": "Test2",
            "NoteTypeCode": "GENERAL",
            "VisibilityCode": "INTERNAL",
            "NoteTxt": "UmVjZWl2ZWQgMTVVU0QgU2hvcnQtcGF5IGZyb20gQ3VzdG9tZXIgZm9yIGRhbWFnZWQgaXRlbXMgc2hpcHBlZC4NCi0tVGhhbmsgWW91"
        }
    ]
}

Example 1 Response Body

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

{
    "MassClaimActionId": 300100576140200,
    "MassClaimActionNumber": "25054",
    "BusinessUnitId": 204,
    "BusinessUnit": "Vision Operations",
    "MassActionTypeCode": "ORA_CLM_MASS_UPDATE",
    "MassActionType": "Mass Update",
    "ProcessingModeCode": "ORA_FINAL_MODE",
    "ProcessingMode": "Final",
    "ClaimTypeId": 300100205262732,
    "ClaimType": "Damages",
    "ClaimOwnerId": 300100181693728,
    "ClaimOwner": "Evans Sonneshein",
    "ClaimReasonId": 300100181565223,
    "ClaimReason": "Supplier Rejection",
    "StatusId": 100100144204818,
    "Status": "Open",
    "NumberOfClaimsSelected": 2,
    "LedgerCurrencyCode": "USD",
    "TotalClaimAmountInLedgerCurrency": null,
    "SettlementMethod": null,
    "SettlementMethodCode": null,
    "ReceivablesActivityForWriteOff": null,
    "ReceivablesActivityForWriteOffId": null,
    "ReceivablesActivityForWriteOffAdjustment": null,
    "ReceivablesActivityForWriteOffAdjustmentId": null,
    "ClaimAmountIncludesTax": null,
    "ClaimAmountIncludesTaxCode": null,
    "TransactionSalesperson": null,
    "TransactionSalespersonId": null,
    "CreatedBy": "channel_user",
    "CreationDate": "2023-05-11T05:15:32+00:00",
    "LastUpdateDate": "2023-05-11T05:15:35.031+00:00",
    "LastUpdatedBy": "channel_user",
    "ScheduledProcessNumber": "60660",
    "attachments": [
        {
            "AttachedDocumentId": 300100576140204,
            "LastUpdateDate": "2023-05-11T05:15:36.191+00:00",
            "LastUpdatedBy": "channel_user",
            "DatatypeCode": "TEXT",
            "FileName": "This is a sample text attachme...",
            "DmFolderPath": null,
            "DmDocumentId": "UCMFA00059585",
            "DmVersionNumber": "59101",
            "Url": null,
            "CategoryName": "MISC",
            "UserName": "Miscellaneous",
            "Uri": null,
            "FileUrl": "/content/conn/FusionAppsContentRepository/uuid/dDocID:59101?download&XFND_SCHEME_ID=1&XFND_CERT_FP=34404D3237E8D40EB854159C501B18517F75F603&XFND_RANDOM=3237799535086298068&XFND_EXPIRES=1683782736187&XFND_SIGNATURE=QpO4N6NVFIoV8WMscGKKRQi~xuLt-wTfnV1du6KGxhDD2cZpsSxhYuAGg~d7KGqm7yYIyEEjLQpUOLQFqI6YhZe7gB9BsUPvcvQBAn8cJoKj3dBMKEd13MHr2s18STMWjNDlqbiSn3oBScLO4D2I8jd5DfCvZwCPlgeyq5xrFqTnaqG1ODIZCe4vkmgEQmQafvKgyBZ3TbHmHyX1vQU5VehWlwCR0ptCe-uXAPqN7elE-z4Yrm3umOMZDqzF42umP4PfZ~5lDFDeDrQB3QK2mBEz5f42h-QYlD9KGGvnkadm1nGKHPr4oTvOkeL3ZTSuB5856HzxHiim3NizHX7NXA__&Id=59101",
            "UploadedText": null,
            "UploadedFileContentType": "text/plain",
            "UploadedFileLength": 35,
            "UploadedFileName": "REST Attachment Text Test-0bb56b10-d12a-41c0-ba0e-65a68a713b54.txt",
            "ContentRepositoryFileShared": "false",
            "Title": "REST Attachment Text Test",
            "Description": "Text Attachment",
            "ErrorStatusCode": null,
            "ErrorStatusMessage": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T05:15:33.478+00:00",
            "ExpirationDate": null,
            "LastUpdatedByUserName": "Evans Sonneshein",
            "CreatedByUserName": "Evans Sonneshein",
            "AsyncTrackerId": null,
            "DownloadInfo": "{\"XFND_EXPIRES\":\"1683782736192\",\"XFND_SCHEME_ID\":\"1\",\"XFND_CERT_FP\":\"34404D3237E8D40EB854159C501B18517F75F603\",\"XFND_SIGNATURE\":\"GI-W0xzmCn75z55xLOCXLxks25jWxlSpMxQQaALaVmXDuhmxdt1TBdWJ8h8ngbwF-lVtNTA8pyzqRYKqqdOZtr1TN506eXS8vTJ8BEbNUg2gOs-iZgjuLr-0DqEjj-qzs2irztkjrqY3XmeePjyCUs9uvHJA2mvivUwcaciTExX5-naVkQ5SQ6y4sAE-avjUv0mq7eRShJy8Kl3eGxIBr4eaL48Y2SwjIBT3R7eV2r47DwRxknZHlzcKkxOLjdLK2h-tcH4iweDwLZC4OLtr35P~reqFBJg9KL95NTijKkUj9EFbYkXIHHsNxdZSK4IZSl1H4b7wsA2w-qlUrUFq1g__\",\"XFND_RANDOM\":\"-2492757830058563031\"}",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBAC0000000EACED00057708000110F09C3CDBAB",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBAC0000000EACED00057708000110F09C3CDBAB",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBAC0000000EACED00057708000110F09C3CDBAB/enclosure/FileContents",
                    "name": "FileContents",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBAC0000000EACED00057708000110F09C3CDBAB/enclosure/FileWebImage",
                    "name": "FileWebImage",
                    "kind": "other"
                }
            ]
        },
        {
            "AttachedDocumentId": 300100576140206,
            "LastUpdateDate": "2023-05-11T05:15:36.614+00:00",
            "LastUpdatedBy": "channel_user",
            "DatatypeCode": "FILE",
            "FileName": "New_Test_Attachment.txt",
            "DmFolderPath": null,
            "DmDocumentId": "UCMFA00059586",
            "DmVersionNumber": "59102",
            "Url": null,
            "CategoryName": "MISC",
            "UserName": "Miscellaneous",
            "Uri": null,
            "FileUrl": "/content/conn/FusionAppsContentRepository/uuid/dDocID:59102?download&XFND_SCHEME_ID=1&XFND_CERT_FP=34404D3237E8D40EB854159C501B18517F75F603&XFND_RANDOM=6760887420916531124&XFND_EXPIRES=1683782736665&XFND_SIGNATURE=AyzVjjiRLtQYiEK1s2-tS3h7idxKf0TzfWZBSBum8thEEkbx25vsvcAqtmaJ-FetacPX1RGNZn9j3Q5-1OjELyDTntU7kCkMzB2vSXOSIiewq~D06eB~8Z5YafwnRTD1~TiGeWqLEcyLpvpg0TtYFcbeDteXqPMtS0JJlbxkOwG22m8lJpO~ryelgWgkn0OPicowlZl3dHOp9vKNYLgWJlthg9gH13zbIfD0OCxcqsiRH1ogeYexFvR9yyEit-hy7bgzHj37b7IhBW56Ezu4-5YecZdsYtmWr6sKocTpEHamirtN02CImgCU5SH0k15d8nxt4WicwPQ4B8~V4znKKw__&Id=59102",
            "UploadedText": null,
            "UploadedFileContentType": "text/plain",
            "UploadedFileLength": 20,
            "UploadedFileName": "New_Test_Attachment.txt",
            "ContentRepositoryFileShared": "false",
            "Title": "Sample File attachment 07/28 test 123",
            "Description": "",
            "ErrorStatusCode": null,
            "ErrorStatusMessage": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T05:15:33.543+00:00",
            "ExpirationDate": null,
            "LastUpdatedByUserName": "Evans Sonneshein",
            "CreatedByUserName": "Evans Sonneshein",
            "AsyncTrackerId": null,
            "DownloadInfo": "{\"XFND_EXPIRES\":\"1683782736668\",\"XFND_SCHEME_ID\":\"1\",\"XFND_CERT_FP\":\"34404D3237E8D40EB854159C501B18517F75F603\",\"XFND_SIGNATURE\":\"Dk4F~EG4RfcBsiBGAXfOCCLdpEJobcDUsOk1ENxj7F4ntuQ2pWO8uXLATrnAgW09SPagt5WbBgAW22RqP3aPCsGvP87efTM6lBh2Kl83efMiYbWaSGtoHJHQcYKWzv83C5~6iNXERNeNzXatJD1GNIG2nXOz~VeMBRHaGY54xdFmz4-MHAdC5nh~3yvQxpK-C3eHPMNfRT0uy4zVplpiBSE527Y5Eaz5YMrsfSJ9ecDVpNuOGu3Ryhh5p17Qgv4GTMLJyKrPuz7EypcOJN5YNlsQ8uj-ynyXTNp1Y38Hx2raPniv-wGKieHFjtMIQIFPQUlMDYCDSW5cCRaHqs2pKg__\",\"XFND_RANDOM\":\"-7156035438918021694\"}",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBAE0000000EACED00057708000110F09C3CDBAD",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBAE0000000EACED00057708000110F09C3CDBAD",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBAE0000000EACED00057708000110F09C3CDBAD/enclosure/FileContents",
                    "name": "FileContents",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBAE0000000EACED00057708000110F09C3CDBAD/enclosure/FileWebImage",
                    "name": "FileWebImage",
                    "kind": "other"
                }
            ]
        },
        {
            "AttachedDocumentId": 300100576140208,
            "LastUpdateDate": "2023-05-11T05:15:36.644+00:00",
            "LastUpdatedBy": "channel_user",
            "DatatypeCode": "WEB_PAGE",
            "FileName": null,
            "DmFolderPath": "",
            "DmDocumentId": null,
            "DmVersionNumber": null,
            "Url": "http://www.resturlattachmenttest.com",
            "CategoryName": "MISC",
            "UserName": "Miscellaneous",
            "Uri": null,
            "FileUrl": null,
            "UploadedText": null,
            "UploadedFileContentType": null,
            "UploadedFileLength": null,
            "UploadedFileName": null,
            "ContentRepositoryFileShared": "false",
            "Title": "Web Page attachment",
            "Description": "Web Page attachment",
            "ErrorStatusCode": null,
            "ErrorStatusMessage": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T05:15:33.565+00:00",
            "ExpirationDate": null,
            "LastUpdatedByUserName": "Evans Sonneshein",
            "CreatedByUserName": "Evans Sonneshein",
            "AsyncTrackerId": null,
            "DownloadInfo": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBB00000000EACED00057708000110F09C3CDBAF",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBB00000000EACED00057708000110F09C3CDBAF",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBB00000000EACED00057708000110F09C3CDBAF/enclosure/FileContents",
                    "name": "FileContents",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments/00020000000EACED00057708000110F09C3CDBB00000000EACED00057708000110F09C3CDBAF/enclosure/FileWebImage",
                    "name": "FileWebImage",
                    "kind": "other"
                }
            ]
        }
    ],
    "claims": [
        {
            "MassClaimActionId": 300100576140200,
            "MassActionClaimId": 300100576140201,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T05:15:33.303+00:00",
            "LastUpdateDate": "2023-05-11T05:15:35.163+00:00",
            "LastUpdatedBy": "channel_user",
            "ClaimId": 100100561630230,
            "ClaimNumber": "CLM14065_1",
            "Status": null,
            "ClaimDate": null,
            "BillToCustomer": null,
            "BillToAccount": null,
            "BillToAddress": null,
            "ShipToSite": null,
            "CurrencyCode": null,
            "Amount": null,
            "ClaimType": null,
            "ClaimReason": null,
            "ClaimSource": null,
            "Owner": null,
            "CustomerReference": null,
            "ClaimSourceCode": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/claims/300100576140201",
                    "name": "claims",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/claims/300100576140201",
                    "name": "claims",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                }
            ]
        },
        {
            "MassClaimActionId": 300100576140200,
            "MassActionClaimId": 300100576140202,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T05:15:33.396+00:00",
            "LastUpdateDate": "2023-05-11T05:15:35.169+00:00",
            "LastUpdatedBy": "channel_user",
            "ClaimId": 100100560624362,
            "ClaimNumber": "DED15012",
            "Status": null,
            "ClaimDate": null,
            "BillToCustomer": null,
            "BillToAccount": null,
            "BillToAddress": null,
            "ShipToSite": null,
            "CurrencyCode": null,
            "Amount": null,
            "ClaimType": null,
            "ClaimReason": null,
            "ClaimSource": null,
            "Owner": null,
            "CustomerReference": null,
            "ClaimSourceCode": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/claims/300100576140202",
                    "name": "claims",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/claims/300100576140202",
                    "name": "claims",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                }
            ]
        }
    ],
    "notes": [
        {
            "NoteId": 300100576140209,
            "SourceObjectCode": "CJM_SELL_SIDE_CLAIMS",
            "SourceObjectId": "300100576140200",
            "PartyName": "Andrea Butler",
            "NoteTypeCode": "GENERAL",
            "VisibilityCode": "INTERNAL",
            "CreatorPartyId": 2441,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T05:15:33.786+00:00",
            "LastUpdateDate": "2023-05-11T05:15:36.649+00:00",
            "PartyId": 2441,
            "CorpCurrencyCode": "USD",
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "ContactRelationshipId": null,
            "ParentNoteId": null,
            "LastUpdatedBy": "channel_user",
            "LastUpdateLogin": "FA0AD68EF9C1452CE0532C6415ACE66B",
            "EmailAddress": "sendmail-test-discard@oracle.com",
            "FormattedAddress": "600 Oracle Parkway,REDWOOD SHORES, CA 94065",
            "FormattedPhoneNumber": "+1 ",
            "UpdateFlag": "true",
            "DeleteFlag": "true",
            "NoteNumber": "CDRM_71340",
            "NoteTitle": "Test2",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/notes/300100576140209",
                    "name": "notes",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/notes/300100576140209",
                    "name": "notes",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/notes/300100576140209/enclosure/NoteTxt",
                    "name": "NoteTxt",
                    "kind": "other"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200",
            "name": "channelCustomerMassClaimActions",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200",
            "name": "channelCustomerMassClaimActions",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/DFF",
            "name": "DFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/attachments",
            "name": "attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/claims",
            "name": "claims",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/currencyTotals",
            "name": "currencyTotals",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/notes",
            "name": "notes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576140200/child/settlementLines",
            "name": "settlementLines",
            "kind": "collection"
        }
    ]

Example 2

This example describes how to get one mass claim action settlement.

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.

{
    "BusinessUnitId": 204,
    "BusinessUnit": "Vision Operations",
    "MassActionTypeCode": "ORA_CLM_MASS_SETTLE",
    "MassActionType": "Mass Settle",
    "ProcessingModeCode": "ORA_DRAFT_MODE",
    "ProcessingMode": "Draft",
    "ClaimTypeId": 300100205262732,
    "ClaimType": "Damages",
    "ClaimOwner": "channel_user",
    "ClaimOwnerId": 300100181693728,
    "ClaimReasonId": 300100181565223,
    "ClaimReason": "Supplier Rejection",
    "SettlementMethod": "Credit Memo",
    "claims": [
        {
            "ClaimNumber": "CLM16040_1"
        },
        {
            "ClaimNumber": "DED14013"
        }
    ],
    "settlementLines": [
        {
            "LineType": "Item",
            //"LineTypeCode": "ITEM",
            "Item": "AS54888"
            //"Description":"Envoy Deluxe Laptop"
        }
    ],
    "attachments": [
        {
            "DatatypeCode": "TEXT",
            "CategoryName": "MISC",
            "UploadedText": "This is a sample text attachment",
            "Title": "REST Attachment Text Test",
            "Description": "Text Attachment"
        },
        {
            "CategoryName": "MISC",
            "DatatypeCode": "FILE",
            "FileContents": "VGVzdCBjb250ZW50IHVwZGF0ZWQ=",
            "Title": "Sample File attachment 07/28 test 123",
            "FileName": "New_Test_Attachment.txt"
        },
        {
            "DatatypeCode": "WEB_PAGE",
            "CategoryName": "MISC",
            "Url": "http://www.resturlattachmenttest.com",
            "ContentRepositoryFileShared": "false",
            "Title": "Web Page attachment",
            "Description": "Web Page attachment"
        }
    ],
    "notes": [
        {
            "NoteTitle": "Test2",
            "NoteTypeCode": "GENERAL",
            "VisibilityCode": "INTERNAL",
            "NoteTxt": "UmVjZWl2ZWQgMTVVU0QgU2hvcnQtcGF5IGZyb20gQ3VzdG9tZXIgZm9yIGRhbWFnZWQgaXRlbXMgc2hpcHBlZC4NCi0tVGhhbmsgWW91"
        }
    ]
}

Example 2 Response Body

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

{
    "MassClaimActionId": 300100576187996,
    "MassClaimActionNumber": "25056",
    "BusinessUnitId": 204,
    "BusinessUnit": "Vision Operations",
    "MassActionTypeCode": "ORA_CLM_MASS_SETTLE",
    "MassActionType": "Mass Settle",
    "ProcessingModeCode": "ORA_DRAFT_MODE",
    "ProcessingMode": "Draft",
    "ClaimTypeId": 300100205262732,
    "ClaimType": "Damages",
    "ClaimOwnerId": 300100181693728,
    "ClaimOwner": "Evans Sonneshein",
    "ClaimReasonId": 300100181565223,
    "ClaimReason": "Supplier Rejection",
    "StatusId": null,
    "Status": null,
    "NumberOfClaimsSelected": 2,
    "LedgerCurrencyCode": "USD",
    "TotalClaimAmountInLedgerCurrency": null,
    "SettlementMethod": "Credit Memo",
    "SettlementMethodCode": "ORA_CJM_CREDIT_MEMO",
    "ReceivablesActivityForWriteOff": null,
    "ReceivablesActivityForWriteOffId": null,
    "ReceivablesActivityForWriteOffAdjustment": null,
    "ReceivablesActivityForWriteOffAdjustmentId": null,
    "ClaimAmountIncludesTax": null,
    "ClaimAmountIncludesTaxCode": null,
    "TransactionSalesperson": null,
    "TransactionSalespersonId": null,
    "CreatedBy": "channel_user",
    "CreationDate": "2023-05-11T06:33:55+00:00",
    "LastUpdateDate": "2023-05-11T06:33:55.967+00:00",
    "LastUpdatedBy": "channel_user",
    "ScheduledProcessNumber": null,
    "attachments": [
        {
            "AttachedDocumentId": 300100576188001,
            "LastUpdateDate": "2023-05-11T06:33:56.652+00:00",
            "LastUpdatedBy": "channel_user",
            "DatatypeCode": "TEXT",
            "FileName": "This is a sample text attachme...",
            "DmFolderPath": null,
            "DmDocumentId": "UCMFA00060007",
            "DmVersionNumber": "59523",
            "Url": null,
            "CategoryName": "MISC",
            "UserName": "Miscellaneous",
            "Uri": null,
            "FileUrl": "/content/conn/FusionAppsContentRepository/uuid/dDocID:59523?download&XFND_SCHEME_ID=1&XFND_CERT_FP=34404D3237E8D40EB854159C501B18517F75F603&XFND_RANDOM=-7082719956973631187&XFND_EXPIRES=1683787437276&XFND_SIGNATURE=HALPEsuei4WYvmQ4YHCH0hN0WNuse4Ph4JzuTQ1s6X0IDDzRBx8IPNWqcheZgzjpKeQEs7ORCvRPndMCpvvz0byAiYfJNafeWRZ62yhvmJGI-GH5~xbi~st2BWhXUoocjpdipBcGvKQ6s0ZFqkvodMMLknG~fcVEQdlayBwNHSBq8OAuiKEM8-n2e1wgxuKoZkJ0NmhdQGV5vl0h5QvtUcydCZNinWa6Zqw2bOz9XYkpx7lstzrzRFMrUsYKCzqydXvHmTvfYfJJU7OzgnyqY-Hg2YpAiIc5ev-EwxDC3XylpF6zQxvBp5PNw50NBFLb2einie8Kdf2XXOpsbZl3kQ__&Id=59523",
            "UploadedText": null,
            "UploadedFileContentType": "text/plain",
            "UploadedFileLength": 35,
            "UploadedFileName": "REST Attachment Text Test-726b968c-e8b0-46f2-81c1-76ab91582a3d.txt",
            "ContentRepositoryFileShared": "false",
            "Title": "REST Attachment Text Test",
            "Description": "Text Attachment",
            "ErrorStatusCode": null,
            "ErrorStatusMessage": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T06:33:55.418+00:00",
            "ExpirationDate": null,
            "LastUpdatedByUserName": "Evans Sonneshein",
            "CreatedByUserName": "Evans Sonneshein",
            "AsyncTrackerId": null,
            "DownloadInfo": "{\"XFND_EXPIRES\":\"1683787437279\",\"XFND_SCHEME_ID\":\"1\",\"XFND_CERT_FP\":\"34404D3237E8D40EB854159C501B18517F75F603\",\"XFND_SIGNATURE\":\"aN98uVO~Ly518ZklLRFoIppg~tuNwBmB0Rf-Iw~jronGXouTHrCr3aFPKKZn-ZbKNxV38m9A3mF~qCl2zvp8dl~s6zEnFTD1StxCTGXle-8memg8A-N4vA1WoCYVdu0oFcbktqoQIzDCBbxzhzQ~X3mRWf-ID7dxol05t1wM6FSTm-nO-x95OPdoQCcSBIgETdkSSAC84ziN9Id-vRxx0JerxOM1ApzkIXFnE8GijWfhjPjtYnTRXnGH~gbi5KYFMhJ-6RxNlHHwEBRarNGNvFbnrJ2hLr1JYUY3DPQIM2Ub6oejLDYXpwxjG40XOHuvRauOfxL4YNmEh1TD2cbr8Q__\",\"XFND_RANDOM\":\"-6716974063763455495\"}",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96610000000EACED00057708000110F09C3D9660",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96610000000EACED00057708000110F09C3D9660",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96610000000EACED00057708000110F09C3D9660/enclosure/FileContents",
                    "name": "FileContents",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96610000000EACED00057708000110F09C3D9660/enclosure/FileWebImage",
                    "name": "FileWebImage",
                    "kind": "other"
                }
            ]
        },
        {
            "AttachedDocumentId": 300100576188003,
            "LastUpdateDate": "2023-05-11T06:33:57.080+00:00",
            "LastUpdatedBy": "channel_user",
            "DatatypeCode": "FILE",
            "FileName": "New_Test_Attachment.txt",
            "DmFolderPath": null,
            "DmDocumentId": "UCMFA00060008",
            "DmVersionNumber": "59524",
            "Url": null,
            "CategoryName": "MISC",
            "UserName": "Miscellaneous",
            "Uri": null,
            "FileUrl": "/content/conn/FusionAppsContentRepository/uuid/dDocID:59524?download&XFND_SCHEME_ID=1&XFND_CERT_FP=34404D3237E8D40EB854159C501B18517F75F603&XFND_RANDOM=3157533403697395608&XFND_EXPIRES=1683787437748&XFND_SIGNATURE=hqkCPqWEVuOVBp21n60zh6LwgxkUmgLc-f11qv89lOtffdMlbfpTK6L-~w3DpPx5CB3c9TA-pMO~eW2k5EDDtPyfXq~AdmNw8ms6mCG4vEYIsIlkdz5PrtUgsnkFW7qQOJ9lmDpeUvOEjT25wmN~r8RnngCD82AwHVOkhPHUe97DIoGaZztzfjTfFkpAIGPBS39zxqVR-MJNPUi6hidwc1p0rc8AXYhNZ~L3peWGum8CT4Dfvoa0ATZO6s3c2Q7RNWCUDVnh-dnqJPmW2VJfB12PZzBX2x0LJi7y6t0nhalqxanMZHLP-3ki5SZI7I8iYtJoLcXYdweSfe2hAUjcEg__&Id=59524",
            "UploadedText": null,
            "UploadedFileContentType": "text/plain",
            "UploadedFileLength": 20,
            "UploadedFileName": "New_Test_Attachment.txt",
            "ContentRepositoryFileShared": "false",
            "Title": "Sample File attachment 07/28 test 123",
            "Description": "",
            "ErrorStatusCode": null,
            "ErrorStatusMessage": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T06:33:55.428+00:00",
            "ExpirationDate": null,
            "LastUpdatedByUserName": "Evans Sonneshein",
            "CreatedByUserName": "Evans Sonneshein",
            "AsyncTrackerId": null,
            "DownloadInfo": "{\"XFND_EXPIRES\":\"1683787437752\",\"XFND_SCHEME_ID\":\"1\",\"XFND_CERT_FP\":\"34404D3237E8D40EB854159C501B18517F75F603\",\"XFND_SIGNATURE\":\"BKftl1CudiqOziwzIqRpLcZM9gkLEdg2mmw3Vcig3JPDPNdnOSNroAnt7MJoa6wDIpo7hUu2vLDnsE5715Hhb4H5V2KI-JdtAXAM7uHdybj4n~965I7vJa3ZdgH3jJBDHPITEwnQCPH3IIANguNxLmnr-AqT7Yqsnu83GCYTA8p3di46GA5s0zADa9BTgbih2Qwb2wy7-7gc5sdtkTqIW~HJ-o6SeLoCjeCo4F3xaChKHWgMIYPoiqODVJBopLcRRkxb6kEWX02eKd1Yj8bXypkvThqgcLkEaws2UYZczMYNUDFLB0xC0MVFtOm3dgKuU4SM8140cuyzDxXvkYsIbg__\",\"XFND_RANDOM\":\"-5586956386484849871\"}",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96630000000EACED00057708000110F09C3D9662",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96630000000EACED00057708000110F09C3D9662",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96630000000EACED00057708000110F09C3D9662/enclosure/FileContents",
                    "name": "FileContents",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96630000000EACED00057708000110F09C3D9662/enclosure/FileWebImage",
                    "name": "FileWebImage",
                    "kind": "other"
                }
            ]
        },
        {
            "AttachedDocumentId": 300100576188005,
            "LastUpdateDate": "2023-05-11T06:33:57.106+00:00",
            "LastUpdatedBy": "channel_user",
            "DatatypeCode": "WEB_PAGE",
            "FileName": null,
            "DmFolderPath": "",
            "DmDocumentId": null,
            "DmVersionNumber": null,
            "Url": "http://www.resturlattachmenttest.com",
            "CategoryName": "MISC",
            "UserName": "Miscellaneous",
            "Uri": null,
            "FileUrl": null,
            "UploadedText": null,
            "UploadedFileContentType": null,
            "UploadedFileLength": null,
            "UploadedFileName": null,
            "ContentRepositoryFileShared": "false",
            "Title": "Web Page attachment",
            "Description": "Web Page attachment",
            "ErrorStatusCode": null,
            "ErrorStatusMessage": null,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T06:33:55.506+00:00",
            "ExpirationDate": null,
            "LastUpdatedByUserName": "Evans Sonneshein",
            "CreatedByUserName": "Evans Sonneshein",
            "AsyncTrackerId": null,
            "DownloadInfo": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96650000000EACED00057708000110F09C3D9664",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96650000000EACED00057708000110F09C3D9664",
                    "name": "attachments",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96650000000EACED00057708000110F09C3D9664/enclosure/FileContents",
                    "name": "FileContents",
                    "kind": "other"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments/00020000000EACED00057708000110F09C3D96650000000EACED00057708000110F09C3D9664/enclosure/FileWebImage",
                    "name": "FileWebImage",
                    "kind": "other"
                }
            ]
        }
    ],
    "settlementLines": [
        {
            "SettlementLineId": 300100576187999,
            "MassClaimActionId": 300100576187996,
            "LineTypeCode": "ITEM",
            "LineType": "Item",
            "ItemId": 149,
            "Item": "AS54888",
            "Description": "Standard Desktop",
            "LastUpdateDate": "2023-05-11T06:33:56.121+00:00",
            "LastUpdatedBy": "channel_user",
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T06:33:55.210+00:00",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/settlementLines/300100576187999",
                    "name": "settlementLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/settlementLines/300100576187999",
                    "name": "settlementLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                }
            ]
        }
    ],
    "claims": [
        {
            "MassClaimActionId": 300100576187996,
            "MassActionClaimId": 300100576187997,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T06:33:55.139+00:00",
            "LastUpdateDate": "2023-05-11T06:33:56.116+00:00",
            "LastUpdatedBy": "channel_user",
            "ClaimId": 100100561630232,
            "ClaimNumber": "CLM16040_1",
            "Status": null,
            "ClaimDate": null,
            "BillToCustomer": null,
            "BillToAccount": null,
            "BillToAddress": null,
            "ShipToSite": null,
            "CurrencyCode": null,
            "Amount": null,
            "ClaimType": null,
            "ClaimReason": null,
            "ClaimSource": null,
            "Owner": null,
            "CustomerReference": null,
            "ClaimSourceCode": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/claims/300100576187997",
                    "name": "claims",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/claims/300100576187997",
                    "name": "claims",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                }
            ]
        },
        {
            "MassClaimActionId": 300100576187996,
            "MassActionClaimId": 300100576187998,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T06:33:55.145+00:00",
            "LastUpdateDate": "2023-05-11T06:33:56.119+00:00",
            "LastUpdatedBy": "channel_user",
            "ClaimId": 100100560808901,
            "ClaimNumber": "DED14013",
            "Status": null,
            "ClaimDate": null,
            "BillToCustomer": null,
            "BillToAccount": null,
            "BillToAddress": null,
            "ShipToSite": null,
            "CurrencyCode": null,
            "Amount": null,
            "ClaimType": null,
            "ClaimReason": null,
            "ClaimSource": null,
            "Owner": null,
            "CustomerReference": null,
            "ClaimSourceCode": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/claims/300100576187998",
                    "name": "claims",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/claims/300100576187998",
                    "name": "claims",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                }
            ]
        }
    ],
    "notes": [
        {
            "NoteId": 300100576188006,
            "SourceObjectCode": "CJM_SELL_SIDE_CLAIMS",
            "SourceObjectId": "300100576187996",
            "PartyName": "Andrea Butler",
            "NoteTypeCode": "GENERAL",
            "VisibilityCode": "INTERNAL",
            "CreatorPartyId": 2441,
            "CreatedBy": "channel_user",
            "CreationDate": "2023-05-11T06:33:55.544+00:00",
            "LastUpdateDate": "2023-05-11T06:33:57.112+00:00",
            "PartyId": 2441,
            "CorpCurrencyCode": "USD",
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "ContactRelationshipId": null,
            "ParentNoteId": null,
            "LastUpdatedBy": "channel_user",
            "LastUpdateLogin": "FA0AFD03DC47457DE0532C6415AC5730",
            "EmailAddress": "sendmail-test-discard@oracle.com",
            "FormattedAddress": "600 Oracle Parkway,REDWOOD SHORES, CA 94065",
            "FormattedPhoneNumber": "+1 ",
            "UpdateFlag": "true",
            "DeleteFlag": "true",
            "NoteNumber": "CDRM_71344",
            "NoteTitle": "Test2",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/notes/300100576188006",
                    "name": "notes",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/notes/300100576188006",
                    "name": "notes",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
                    "name": "channelCustomerMassClaimActions",
                    "kind": "item"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/notes/300100576188006/enclosure/NoteTxt",
                    "name": "NoteTxt",
                    "kind": "other"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
            "name": "channelCustomerMassClaimActions",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996",
            "name": "channelCustomerMassClaimActions",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/DFF",
            "name": "DFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/attachments",
            "name": "attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/claims",
            "name": "claims",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/currencyTotals",
            "name": "currencyTotals",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/notes",
            "name": "notes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/channelCustomerMassClaimActions/300100576187996/child/settlementLines",
            "name": "settlementLines",
            "kind": "collection"
        }
    ]
}
Back to Top