Create an Invoice with Distributions of Type Tax, Freight, Revenue, and Receivables, Where Freight is Defined at the Invoice Line Level

A customer uses your external order booking system to place and book orders. The external order booking system also provides the logic for the accounting of the receivables invoices.

Example URL

Here's an example of the resource URL:

POST
fscmRestApi/resources/11.13.18.05/receivablesInvoices

cURL Command

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

Example Request

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

{
    "BillingDate": "2019-02-20",
    "BillToCustomerNumber": "1006",
    "BillToSite": "Chattanooga (OPS)",
    "BusinessUnit": "Vision Operations",
    "Comments": "Test comments",
    "DueDate": "2019-02-20",
    "InvoiceCurrencyCode": "EUR",
    "PaymentTerms": "30/60/90",
    "TransactionDate": "2019-02-20",
    "TransactionSource": "AR_Trans Source_08",
    "TransactionType": "Invoice_35",
    "TransactionNumber": "SK_Test_Dist_284",
    "receivablesInvoiceLines": [
        {
            "Description" : "Item-1",
            "LineNumber": 1,
            "Quantity": 1,
            "TaxClassificationCode": "VAT20",
            "UnitSellingPrice": 53235235,
            "AllocatedFreightAmount":100,
            "receivablesInvoiceLineTaxLines": [
                {
                    "TaxAmount":180,
                    "TaxRegimeCode":"FUS_STCC_REGIME-UES",
                    "TaxRateCode":"VAT20"
                }
            ]
        },
        {
            "Description" : "Item-2",
            "LineNumber": 2,
            "Quantity": 1,
            "UnitSellingPrice": 34234234,
            "receivablesInvoiceLineTaxLines": [
                {
                    "TaxAmount":120,
                    "TaxRegimeCode":"FUS_STCC_REGIME-UES",
                    "TaxRateCode":"VAT20"
                }
            ]
        }
    ],
    "receivablesInvoiceDistributions": [
        {
            "InvoiceLineNumber":1,
            "AccountClass":"Freight",
            "AccountCombination":"01-430-5800-1400-000",
            "Percent":100
        },
         
        {
            "InvoiceLineNumber":1,
            "DetailedTaxLineNumber":1,
            "AccountClass":"Tax",
            "AccountCombination":"01-430-5800-1400-000",
            "Percent":80
        },
        {
            "InvoiceLineNumber":1,
            "DetailedTaxLineNumber":1,
            "AccountClass":"Tax",
            "AccountCombination":"01-520-1222-0000-000",
            "Percent":20
        },
        {
            "InvoiceLineNumber":2,
            "DetailedTaxLineNumber":2,
            "AccountClass":"Tax",
            "AccountCombination":"01-430-5800-1400-000",
            "Amount":100
        },
        {
            "InvoiceLineNumber":2,
            "DetailedTaxLineNumber":2,
            "AccountClass":"Tax",
            "AccountCombination":"01-520-1222-0000-000",
            "Amount":20
        },
        {
            "InvoiceLineNumber":1,
            "AccountClass":"Revenue",
            "AccountCombination":"01-430-5800-1400-000",
            "Percent":20
        },
        {
            "InvoiceLineNumber":1,
            "AccountClass":"Revenue",
            "AccountCombination":"01-520-1222-0000-000",
            "Percent":80
        },
        {
            "InvoiceLineNumber":1,
            "AccountClass":"Revenue",
            "AccountCombination":"01-000-1222-0000-000",
            "Percent":-10
        },
        {
            "InvoiceLineNumber":1,
            "AccountClass":"Revenue",
            "AccountCombination":"01-110-1222-0000-000",
            "Percent":10
        },
        {
            "InvoiceLineNumber":2,
            "AccountClass":"Revenue",
            "AccountCombination":"01-430-5800-1400-000",
            "Amount":23453
        },
        {
            "InvoiceLineNumber":2,
            "AccountClass":"Revenue",
            "AccountCombination":"01-520-1222-0000-000",
            "Amount":34210781
        },
        {
            "AccountClass":"Receivable",
            "AccountCombination":"01-430-5800-1400-000",
            "Percent":100
        }
    ]
}

Example Response

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

{
    "CustomerTransactionId": 300100180148253,
    "DueDate": "2019-02-20",
    "ConversionDate": "2019-02-20",
    "ConversionRate": 0.748816,
    "InvoiceCurrencyCode": "EUR",
    "SpecialInstructions": null,
    "CrossReference": null,
    "DocumentNumber": null,
    "TransactionNumber": "SK_Test_Dist_284",
    "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": null,
    "Carrier": null,
    "ShipDate": null,
    "ShippingReference": null,
    "BillToContact": null,
    "ShipToContact": null,
    "PrintOption": null,
    "CreatedBy": "AR_MGR_OPERATIONS",
    "CreationDate": "2019-05-21T15:48:51.001+00:00",
    "LastUpdatedBy": "AR_MGR_OPERATIONS",
    "LastUpdateDate": "2019-05-21T15:48:51.738+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": 300100180148259,
            "InvoiceLineNumber": 1,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Freight",
            "AccountCombination": "01-430-5800-1400-000",
            "Amount": 100,
            "AccountedAmount": 74.88,
            "Percent": 100,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:48:51.323+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.771+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148259",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148259",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148259/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148260,
            "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:48:51.502+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.773+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148260",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148260",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148260/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148261,
            "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:48:51.512+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.774+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148261",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148261",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148261/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148262,
            "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:48:51.522+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.775+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148262",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148262",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148262/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148263,
            "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:48:51.531+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.777+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148263",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148263",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148263/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148264,
            "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:48:51.541+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.778+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148264",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148264",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148264/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148265,
            "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:48:51.550+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.779+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148265",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148265",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148265/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148266,
            "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:48:51.560+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.780+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148266",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148266",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148266/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148267,
            "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:48:51.569+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.781+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148267",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148267",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148267/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148268,
            "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:48:51.579+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.783+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148268",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148268",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148268/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148269,
            "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:48:51.589+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.784+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148269",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148269",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148269/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "DistributionId": 300100180148270,
            "InvoiceLineNumber": null,
            "DetailedTaxLineNumber": null,
            "AccountClass": "Receivable",
            "AccountCombination": "01-430-5800-1400-000",
            "Amount": 87469469,
            "AccountedAmount": 65498537.9,
            "Percent": 100,
            "Comments": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:48:51.598+00:00",
            "LastUpdateDate": "2019-05-21T15:48:51.786+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148270",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148270",
                    "name": "receivablesInvoiceDistributions",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions/300100180148270/child/receivablesInvoiceDistributionDFF",
                    "name": "receivablesInvoiceDistributionDFF",
                    "kind": "collection"
                }
            ]
        }
    ],
    "receivablesInvoiceLines": [
        {
            "CustomerTransactionLineId": 300100180148254,
            "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": 100,
            "AssessableValue": null,
            "SalesOrderDate": null,
            "LineAmount": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2019-05-21T15:48:51.199+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "LastUpdateDate": "2019-05-21T15:48:51.765+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": 300100180148256,
                    "CreatedBy": "AR_MGR_OPERATIONS",
                    "CreationDate": "2019-05-21T15:48:51.247+00:00",
                    "LastUpdatedBy": "AR_MGR_OPERATIONS",
                    "LastUpdateDate": "2019-05-21T15:48:51.767+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/300100180148253/child/receivablesInvoiceLines/300100180148254/child/receivablesInvoiceLineTaxLines/300100180148256",
                            "name": "receivablesInvoiceLineTaxLines",
                            "kind": "item",
                            "properties": {
                                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                            }
                        },
                        {
                            "rel": "canonical",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/child/receivablesInvoiceLineTaxLines/300100180148256",
                            "name": "receivablesInvoiceLineTaxLines",
                            "kind": "item"
                        },
                        {
                            "rel": "parent",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254",
                            "name": "receivablesInvoiceLines",
                            "kind": "item"
                        }
                    ]
                }
            ],
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254",
                    "name": "receivablesInvoiceLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254",
                    "name": "receivablesInvoiceLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/memoLines",
                    "name": "memoLines",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/warehouses",
                    "name": "warehouses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/itemNumbers",
                    "name": "itemNumbers",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/productCategories",
                    "name": "productCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/userDefinedFiscClasses",
                    "name": "userDefinedFiscClasses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/exemptReasonCodes",
                    "name": "exemptReasonCodes",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/taxExemptHandlingStatuses",
                    "name": "taxExemptHandlingStatuses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/transactionBizCategories",
                    "name": "transactionBizCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/productFiscClassifications",
                    "name": "productFiscClassifications",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/accountingRules",
                    "name": "accountingRules",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/unitOfMeasures",
                    "name": "unitOfMeasures",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/lov/productTypes",
                    "name": "productTypes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/child/receivablesInvoiceLineGdf",
                    "name": "receivablesInvoiceLineGdf",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/child/receivablesInvoiceLineTaxLines",
                    "name": "receivablesInvoiceLineTaxLines",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/child/receivablesInvoiceLineDFF",
                    "name": "receivablesInvoiceLineDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148254/child/receivablesInvoiceLineTransactionDFF",
                    "name": "receivablesInvoiceLineTransactionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "CustomerTransactionLineId": 300100180148257,
            "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:48:51.258+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "LastUpdateDate": "2019-05-21T15:48:51.768+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": 300100180148258,
                    "CreatedBy": "AR_MGR_OPERATIONS",
                    "CreationDate": "2019-05-21T15:48:51.301+00:00",
                    "LastUpdatedBy": "AR_MGR_OPERATIONS",
                    "LastUpdateDate": "2019-05-21T15:48:51.770+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/300100180148253/child/receivablesInvoiceLines/300100180148257/child/receivablesInvoiceLineTaxLines/300100180148258",
                            "name": "receivablesInvoiceLineTaxLines",
                            "kind": "item",
                            "properties": {
                                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                            }
                        },
                        {
                            "rel": "canonical",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/child/receivablesInvoiceLineTaxLines/300100180148258",
                            "name": "receivablesInvoiceLineTaxLines",
                            "kind": "item"
                        },
                        {
                            "rel": "parent",
                            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257",
                            "name": "receivablesInvoiceLines",
                            "kind": "item"
                        }
                    ]
                }
            ],
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257",
                    "name": "receivablesInvoiceLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257",
                    "name": "receivablesInvoiceLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/memoLines",
                    "name": "memoLines",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/warehouses",
                    "name": "warehouses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/itemNumbers",
                    "name": "itemNumbers",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/productCategories",
                    "name": "productCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/userDefinedFiscClasses",
                    "name": "userDefinedFiscClasses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/exemptReasonCodes",
                    "name": "exemptReasonCodes",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/taxExemptHandlingStatuses",
                    "name": "taxExemptHandlingStatuses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/transactionBizCategories",
                    "name": "transactionBizCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/productFiscClassifications",
                    "name": "productFiscClassifications",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/accountingRules",
                    "name": "accountingRules",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/unitOfMeasures",
                    "name": "unitOfMeasures",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/lov/productTypes",
                    "name": "productTypes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/child/receivablesInvoiceLineGdf",
                    "name": "receivablesInvoiceLineGdf",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/child/receivablesInvoiceLineTaxLines",
                    "name": "receivablesInvoiceLineTaxLines",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/child/receivablesInvoiceLineDFF",
                    "name": "receivablesInvoiceLineDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines/300100180148257/child/receivablesInvoiceLineTransactionDFF",
                    "name": "receivablesInvoiceLineTransactionDFF",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
            "name": "receivablesInvoices",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253",
            "name": "receivablesInvoices",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/transactionSources",
            "name": "transactionSources",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/businessUnits",
            "name": "businessUnits",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/PaymentTermsVA",
            "name": "PaymentTermsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/thirdPartyTaxRegistrationNumbers",
            "name": "thirdPartyTaxRegistrationNumbers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/invoiceStatuses",
            "name": "invoiceStatuses",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/shipToCustomers",
            "name": "shipToCustomers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/billToCustomers",
            "name": "billToCustomers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/legalEntities",
            "name": "legalEntities",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/invoicingRules",
            "name": "invoicingRules",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/billToSites",
            "name": "billToSites",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/taxationCountries",
            "name": "taxationCountries",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/firstPartyTaxRegistrationNumbers",
            "name": "firstPartyTaxRegistrationNumbers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/lov/transactionTypes",
            "name": "transactionTypes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDistributions",
            "name": "receivablesInvoiceDistributions",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceLines",
            "name": "receivablesInvoiceLines",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceTransactionDFF",
            "name": "receivablesInvoiceTransactionDFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceGdf",
            "name": "receivablesInvoiceGdf",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceInstallments",
            "name": "receivablesInvoiceInstallments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/receivablesInvoiceDFF",
            "name": "receivablesInvoiceDFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/attachments",
            "name": "attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100180148253/child/notes",
            "name": "notes",
            "kind": "collection"
        }
    ]
}