Get Details of a Specific Invoice

Your customer logs in to their self-service customer portal to find and retrieve their invoice to view the details, including the invoice lines and amounts. They want to find out why they were incorrectly billed for internet service.

Example URL

Here's an example of the resource URL:

GET
fscmRestApi/resources/11.13.18.05/receivablesInvoices/<CustomerTransactionId>

cURL Command

curl --user <username>:<password> -X GET -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" https://<host>:<port>/fscmRestApi/resources/<version>/receivablesInvoices/<CustomerTransactionId>

Example Response

Here's an example of the response body in JSON format:

{
    "CustomerTransactionId": 300100180148289,
    "DueDate": "2019-02-20",
    "ConversionDate": "2019-02-20",
    "ConversionRate": 0.748816,
    "InvoiceCurrencyCode": "EUR",
    "SpecialInstructions": null,
    "CrossReference": null,
    "DocumentNumber": null,
    "TransactionNumber": "SK_Test_Dist_285",
    "TransactionDate": "2019-02-20",
    "TransactionType": "Invoice_35",
    "TransactionSource": "AR_Trans Source_08",
    "BillToCustomerNumber": "1006",
    "BillToSite": "Chattanooga (OPS)",
    "Comments": "Test comments",
    "InternalNotes": null,
    "PaymentTerms": "30/60/90",
    "LegalEntityIdentifier": "USSYS12030",
    "ConversionRateType": "Corporate",
    "PurchaseOrder": null,
    "PurchaseOrderDate": null,
    "PurchaseOrderRevision": null,
    "FirstPartyRegistrationNumber": "4567890",
    "ThirdPartyRegistrationNumber": null,
    "InvoicingRule": null,
    "ShipToCustomerName": "Computer Service and Rentals",
    "ShipToCustomerNumber": "1006",
    "BillingDate": "2019-02-20",
    "BusinessUnit": "Vision Operations",
    "InvoiceStatus": "Complete",
    "AccountingDate": null,
    "ShipToSite": null,
    "PayingCustomerName": null,
    "PayingCustomerSite": null,
    "BillToCustomerName": null,
    "FreightAmount": 120,
    "Carrier": null,
    "ShipDate": null,
    "ShippingReference": null,
    "BillToContact": null,
    "ShipToContact": null,
    "PrintOption": null,
    "CreatedBy": "AR_MGR_OPERATIONS",
    "CreationDate": "2019-05-21T15:55:17.001+00:00",
    "LastUpdatedBy": "AR_MGR_OPERATIONS",
    "LastUpdateDate": "2019-05-21T15:55:17.739+00:00",
    "PayingCustomerAccount": null,
    "SoldToPartyNumber": null,
    "RemitToAddress": null,
    "DefaultTaxationCountry": null,
    "EnteredAmount": null,
    "InvoiceBalanceAmount": null,
    "Prepayment": null,
    "Intercompany": null,
    "DocumentFiscalClassification": null,
    "BankAccountNumber": null,
    "CreditCardAuthorizationRequestIdentifier": null,
    "CreditCardExpirationDate": null,
    "CreditCardIssuerCode": null,
    "CreditCardTokenNumber": null,
    "CreditCardVoiceAuthorizationCode": null,
    "CreditCardErrorCode": null,
    "CreditCardErrorText": null,
    "CardHolderLastName": null,
    "CardHolderFirstName": null,
    "ReceiptMethod": null,
    "SalesPersonNumber": null,
    "StructuredPaymentReference": null,
    "receivablesInvoiceDistributions": [
        {
            "DistributionId": 300100180148295,
            "InvoiceLineNumber": null,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Freight",
            "AccountCombination": "01-430-5800-1400-000",
            "Amount": 120,
            "AccountedAmount": 89.86,
            "Percent": 100,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.311+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.756+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148295",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148295",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148295/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148296,
            "InvoiceLineNumber": 1,
            "DetailedTaxLineNumber": 1,
            "AccountClass": "Tax",
            "AccountCombination": "01-430-5800-1400-000",
            "Amount": 144,
            "AccountedAmount": 107.83,
            "Percent": 80,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.498+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.758+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148296",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148296",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148296/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148297,
            "InvoiceLineNumber": 1,
            "DetailedTaxLineNumber": 1,
            "AccountClass": "Tax",
            "AccountCombination": "01-520-1222-0000-000",
            "Amount": 36,
            "AccountedAmount": 26.96,
            "Percent": 20,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.507+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.760+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148297",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148297",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148297/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148298,
            "InvoiceLineNumber": 2,
            "DetailedTaxLineNumber": 2,
            "AccountClass": "Tax",
            "AccountCombination": "01-430-5800-1400-000",
            "Amount": 100,
            "AccountedAmount": 74.88,
            "Percent": 83.3333,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.517+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.761+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148298",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148298",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148298/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148299,
            "InvoiceLineNumber": 2,
            "DetailedTaxLineNumber": 2,
            "AccountClass": "Tax",
            "AccountCombination": "01-520-1222-0000-000",
            "Amount": 20,
            "AccountedAmount": 14.98,
            "Percent": 16.6667,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.527+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.763+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148299",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148299",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148299/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148300,
            "InvoiceLineNumber": 1,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Revenue",
            "AccountCombination": "01-430-5800-1400-000",
            "Amount": 10647047,
            "AccountedAmount": 7972679.15,
            "Percent": 20,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.536+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.764+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148300",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148300",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148300/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148301,
            "InvoiceLineNumber": 1,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Revenue",
            "AccountCombination": "01-520-1222-0000-000",
            "Amount": 42588188,
            "AccountedAmount": 31890716.59,
            "Percent": 80,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.545+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.766+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148301",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148301",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148301/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148302,
            "InvoiceLineNumber": 1,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Revenue",
            "AccountCombination": "01-000-1222-0000-000",
            "Amount": -5323523.5,
            "AccountedAmount": -3986339.57,
            "Percent": -10,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.555+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.767+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148302",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148302",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148302/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148303,
            "InvoiceLineNumber": 1,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Revenue",
            "AccountCombination": "01-110-1222-0000-000",
            "Amount": 5323523.5,
            "AccountedAmount": 3986339.57,
            "Percent": 10,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.565+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.769+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148303",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148303",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148303/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148304,
            "InvoiceLineNumber": 2,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Revenue",
            "AccountCombination": "01-430-5800-1400-000",
            "Amount": 23453,
            "AccountedAmount": 17561.98,
            "Percent": 0.0685,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.575+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.770+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148304",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148304",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148304/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148305,
            "InvoiceLineNumber": 2,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Revenue",
            "AccountCombination": "01-520-1222-0000-000",
            "Amount": 34210781,
            "AccountedAmount": 25617580.19,
            "Percent": 99.9315,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.584+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.771+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148305",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148305",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148305/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148306,
            "InvoiceLineNumber": null,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Receivable",
            "AccountCombination": "01-520-1222-0000-000",
            "Amount": 87469469,
            "AccountedAmount": 65498537.9,
            "Percent": 100,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.594+00:00",
            "LastUpdateDate": "2019-05-21T15:55:17.772+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148306",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148306",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions/300100180148306/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        }
    ],
    "receivablesInvoiceLines": [
        {
            "CustomerTransactionLineId": 300100180148291,
            "LineNumber": 1,
            "Description": "Item-1",
            "Quantity": 1,
            "UnitSellingPrice": 53235235,
            "TaxClassificationCode": "VAT20",
            "SalesOrder": null,
            "AccountingRuleDuration": null,
            "RuleEndDate": null,
            "RuleStartDate": null,
            "AccountingRule": null,
            "Warehouse": null,
            "MemoLine": null,
            "UnitOfMeasure": null,
            "ItemNumber": null,
            "AllocatedFreightAmount": null,
            "AssessableValue": null,
            "SalesOrderDate": null,
            "LineAmount": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.198+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "LastUpdateDate": "2019-05-21T15:55:17.748+00:00",
            "TransacationBusinessCategory": null,
            "UserDefinedFiscalClassification": null,
            "ProductFiscalClassification": null,
            "ProductCategory": null,
            "ProductType": null,
            "LineIntendedUse": null,
            "LineAmountIncludesTax": null,
            "TaxInvoiceDate": null,
            "TaxInvoiceNumber": null,
            "TaxExemptionCertificateNumber": null,
            "TaxExemptionHandling": null,
            "TaxExemptionReason": null,
            "receivablesInvoiceLineTaxLines": [
                {
                    "CustomerTransactionLineId": 300100180148292,
                    "CreatedBy": "AR_MGR_OPERATIONS",
                    "CreationDate": "2019-05-21T15:55:17.238+00:00",
                    "LastUpdatedBy": "AR_MGR_OPERATIONS",
                    "LastUpdateDate": "2019-05-21T15:55:17.751+00:00",
                    "TaxJurisdictionCode": null,
                    "TaxRate": null,
                    "TaxRateCode": "VAT20",
                    "TaxRegimeCode": "FUS_STCC_REGIME-UES",
                    "TaxStatusCode": null,
                    "Tax": null,
                    "TaxAmount": 180,
                    "TaxableAmount": null,
                    "TaxPointBasis": null,
                    "TaxPointDate": null,
                    "TaxLineNumber": null,
                    "PlaceOfSupply": null,
                    "TaxInclusiveIndicator": null,
                    "links": [
                        {
                            "rel": "self",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/child/receivablesInvoiceLineTaxLines/300100180148292",
                            "name": "receivablesInvoiceLineTaxLines",
                            "kind": "item",
                            "properties": {
                                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                            }
                        },
                        {
                            "rel": "canonical",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/child/receivablesInvoiceLineTaxLines/300100180148292",
                            "name": "receivablesInvoiceLineTaxLines",
                            "kind": "item"
                        },
                        {
                            "rel": "parent",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291",
                            "name": "receivablesInvoiceLines",
                            "kind": "item"
                        }
                    ]
                }
            ],
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291",
                    "name": "receivablesInvoiceLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291",
                    "name": "receivablesInvoiceLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/memoLines",
                    "name": "memoLines",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/warehouses",
                    "name": "warehouses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/itemNumbers",
                    "name": "itemNumbers",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/productCategories",
                    "name": "productCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/userDefinedFiscClasses",
                    "name": "userDefinedFiscClasses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/exemptReasonCodes",
                    "name": "exemptReasonCodes",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/taxExemptHandlingStatuses",
                    "name": "taxExemptHandlingStatuses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/transactionBizCategories",
                    "name": "transactionBizCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/productFiscClassifications",
                    "name": "productFiscClassifications",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/accountingRules",
                    "name": "accountingRules",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/unitOfMeasures",
                    "name": "unitOfMeasures",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/lov/productTypes",
                    "name": "productTypes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/child/receivablesInvoiceLineGdf",
                    "name": "receivablesInvoiceLineGdf",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/child/receivablesInvoiceLineTaxLines",
                    "name": "receivablesInvoiceLineTaxLines",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/child/receivablesInvoiceLineDFF",
                    "name": "receivablesInvoiceLineDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148291/child/receivablesInvoiceLineTransactionDFF",
                    "name": "receivablesInvoiceLineTransactionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "CustomerTransactionLineId": 300100180148293,
            "LineNumber": 2,
            "Description": "Item-2",
            "Quantity": 1,
            "UnitSellingPrice": 34234234,
            "TaxClassificationCode": null,
            "SalesOrder": null,
            "AccountingRuleDuration": null,
            "RuleEndDate": null,
            "RuleStartDate": null,
            "AccountingRule": null,
            "Warehouse": null,
            "MemoLine": null,
            "UnitOfMeasure": null,
            "ItemNumber": null,
            "AllocatedFreightAmount": null,
            "AssessableValue": null,
            "SalesOrderDate": null,
            "LineAmount": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:55:17.249+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "LastUpdateDate": "2019-05-21T15:55:17.752+00:00",
            "TransacationBusinessCategory": null,
            "UserDefinedFiscalClassification": null,
            "ProductFiscalClassification": null,
            "ProductCategory": null,
            "ProductType": null,
            "LineIntendedUse": null,
            "LineAmountIncludesTax": null,
            "TaxInvoiceDate": null,
            "TaxInvoiceNumber": null,
            "TaxExemptionCertificateNumber": null,
            "TaxExemptionHandling": null,
            "TaxExemptionReason": null,
            "receivablesInvoiceLineTaxLines": [
                {
                    "CustomerTransactionLineId": 300100180148294,
                    "CreatedBy": "AR_MGR_OPERATIONS",
                    "CreationDate": "2019-05-21T15:55:17.291+00:00",
                    "LastUpdatedBy": "AR_MGR_OPERATIONS",
                    "LastUpdateDate": "2019-05-21T15:55:17.755+00:00",
                    "TaxJurisdictionCode": null,
                    "TaxRate": null,
                    "TaxRateCode": "VAT20",
                    "TaxRegimeCode": "FUS_STCC_REGIME-UES",
                    "TaxStatusCode": null,
                    "Tax": null,
                    "TaxAmount": 120,
                    "TaxableAmount": null,
                    "TaxPointBasis": null,
                    "TaxPointDate": null,
                    "TaxLineNumber": null,
                    "PlaceOfSupply": null,
                    "TaxInclusiveIndicator": null,
                    "links": [
                        {
                            "rel": "self",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/child/receivablesInvoiceLineTaxLines/300100180148294",
                            "name": "receivablesInvoiceLineTaxLines",
                            "kind": "item",
                            "properties": {
                                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                            }
                        },
                        {
                            "rel": "canonical",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/child/receivablesInvoiceLineTaxLines/300100180148294",
                            "name": "receivablesInvoiceLineTaxLines",
                            "kind": "item"
                        },
                        {
                            "rel": "parent",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293",
                            "name": "receivablesInvoiceLines",
                            "kind": "item"
                        }
                    ]
                }
            ],
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293",
                    "name": "receivablesInvoiceLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293",
                    "name": "receivablesInvoiceLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/memoLines",
                    "name": "memoLines",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/warehouses",
                    "name": "warehouses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/itemNumbers",
                    "name": "itemNumbers",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/productCategories",
                    "name": "productCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/userDefinedFiscClasses",
                    "name": "userDefinedFiscClasses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/exemptReasonCodes",
                    "name": "exemptReasonCodes",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/taxExemptHandlingStatuses",
                    "name": "taxExemptHandlingStatuses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/transactionBizCategories",
                    "name": "transactionBizCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/productFiscClassifications",
                    "name": "productFiscClassifications",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/accountingRules",
                    "name": "accountingRules",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/unitOfMeasures",
                    "name": "unitOfMeasures",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/lov/productTypes",
                    "name": "productTypes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/child/receivablesInvoiceLineGdf",
                    "name": "receivablesInvoiceLineGdf",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/child/receivablesInvoiceLineTaxLines",
                    "name": "receivablesInvoiceLineTaxLines",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/child/receivablesInvoiceLineDFF",
                    "name": "receivablesInvoiceLineDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines/300100180148293/child/receivablesInvoiceLineTransactionDFF",
                    "name": "receivablesInvoiceLineTransactionDFF",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
            "name": "receivablesInvoices",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289",
            "name": "receivablesInvoices",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/transactionSources",
            "name": "transactionSources",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/businessUnits",
            "name": "businessUnits",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/PaymentTermsVA",
            "name": "PaymentTermsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/thirdPartyTaxRegistrationNumbers",
            "name": "thirdPartyTaxRegistrationNumbers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/invoiceStatuses",
            "name": "invoiceStatuses",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/shipToCustomers",
            "name": "shipToCustomers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/billToCustomers",
            "name": "billToCustomers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/legalEntities",
            "name": "legalEntities",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/invoicingRules",
            "name": "invoicingRules",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/billToSites",
            "name": "billToSites",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/taxationCountries",
            "name": "taxationCountries",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/firstPartyTaxRegistrationNumbers",
            "name": "firstPartyTaxRegistrationNumbers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/lov/transactionTypes",
            "name": "transactionTypes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDistributions",
            "name": "receivablesInvoiceDistributions",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceLines",
            "name": "receivablesInvoiceLines",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceTransactionDFF",
            "name": "receivablesInvoiceTransactionDFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceGdf",
            "name": "receivablesInvoiceGdf",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceInstallments",
            "name": "receivablesInvoiceInstallments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/receivablesInvoiceDFF",
            "name": "receivablesInvoiceDFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/attachments",
            "name": "attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148289/child/notes",
            "name": "notes",
            "kind": "collection"
        }
    ]
}