Create an Invoice with an In Advance Invoicing Rule and Revenue Scheduling Rule

You have a computer store that sells computers with a warranty. You need to recognize the revenue over time.

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_invoicing_and_revenue_scheduling_rule_payload.json https://<host>:<port>/fscmRestApi/resources/<version>/receivablesInvoices

Example Request

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

{
  "AccountingDate": "2018-12-19",
  "BillToCustomerNumber": "CDRM_3195",
  "BusinessUnit": "Vision Operations",
  "ShipToCustomerName": "Total Internet",
  "ShipToCustomerNumber": "1008",
  "TransactionDate": "2018-12-19",
  "TransactionNumber": "Adv03",
   "InvoicingRule" : "Advance Invoice",
   "FirstPartyRegistrationNumber" : "4567890",
  "ThirdPartyRegistrationNumber" : null,
  "TransactionSource": "AR_Trans Source_08",
  "TransactionType": "Invoice_35",
  "receivablesInvoiceLines": [
      {
        "Description": "Computers",
        "ItemNumber" : null,
        "Warehouse" : null,
        "SalesOrder" : null,
        "AccountingRuleDuration" : 3,
        "RuleEndDate" : null,
        "RuleStartDate" : "2018-12-19",
        "AccountingRule" : "3 Months Fixed",
        "Quantity": 13,
        "UnitSellingPrice": 4516.15,
        "TaxClassificationCode": "VAT20"
      },
      {
        "Description": "Printers",
        "ItemNumber" : null,
        "Warehouse" : null,
        "SalesOrder" : null,
        "AccountingRuleDuration" : 6,
        "RuleEndDate" : null,
        "RuleStartDate" : "2018-12-19",
        "AccountingRule" : "6 Months Fixed",
        "Quantity": 1253,
        "UnitSellingPrice": 114,
        "TaxClassificationCode": "VAT20"
      }
    ]
}

Example Response

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

{
    "CustomerTransactionId": 300100170996497,
    "DueDate": null,
    "ConversionDate": null,
    "ConversionRate": null,
    "InvoiceCurrencyCode": "USD",
    "SpecialInstructions": null,
    "CrossReference": null,
    "DocumentNumber": null,
    "TransactionNumber": "Adv03",
    "TransactionDate": "2018-12-19",
    "TransactionType": "Invoice_35",
    "TransactionSource": "AR_Trans Source_08",
    "BillToCustomerNumber": "CDRM_3195",
    "BillToSite": "CDRM_1270",
    "Comments": null,
    "InternalNotes": null,
    "PaymentTerms": "30 Net",
    "LegalEntityIdentifier": "USSYS12030",
    "ConversionRateType": null,
    "PurchaseOrder": null,
    "PurchaseOrderDate": null,
    "PurchaseOrderRevision": null,
    "FirstPartyRegistrationNumber": "4567890",
    "ThirdPartyRegistrationNumber": null,
    "InvoicingRule": "Advance Invoice",
    "ShipToCustomerName": "Total Internet",
    "ShipToCustomerNumber": "1008",
    "BillingDate": null,
    "BusinessUnit": "Vision Operations",
    "InvoiceStatus": null,
    "AccountingDate": "2018-12-19",
    "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": "2018-12-19T06:42:32.002+00:00",
    "LastUpdatedBy": "AR_MGR_OPERATIONS",
    "LastUpdateDate": "2018-12-19T06:42:32.425+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,
    "receivablesInvoiceLines": [
        {
            "CustomerTransactionLineId": 300100170996498,
            "LineNumber": 1,
            "Description": "Computers",
            "Quantity": 13,
            "UnitSellingPrice": 4516.15,
            "TaxClassificationCode": "VAT20",
            "SalesOrder": null,
            "AccountingRuleDuration": 3,
            "RuleEndDate": null,
            "RuleStartDate": "2018-12-19",
            "AccountingRule": "3 Months Fixed",
            "Warehouse": null,
            "MemoLine": null,
            "UnitOfMeasure": null,
            "ItemNumber": null,
            "AllocatedFreightAmount": null,
            "AssessableValue": null,
            "SalesOrderDate": null,
            "LineAmount": 58709.95,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2018-12-19T06:42:32.237+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "LastUpdateDate": "2018-12-19T06:42:32.432+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,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498",
                    "name": "receivablesInvoiceLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498",
                    "name": "receivablesInvoiceLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/memoLines",
                    "name": "memoLines",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/warehouses",
                    "name": "warehouses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/itemNumbers",
                    "name": "itemNumbers",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/productCategories",
                    "name": "productCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/userDefinedFiscClasses",
                    "name": "userDefinedFiscClasses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/exemptReasonCodes",
                    "name": "exemptReasonCodes",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/taxExemptHandlingStatuses",
                    "name": "taxExemptHandlingStatuses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/transactionBizCategories",
                    "name": "transactionBizCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/productFiscClassifications",
                    "name": "productFiscClassifications",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/accountingRules",
                    "name": "accountingRules",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/unitOfMeasures",
                    "name": "unitOfMeasures",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/lov/productTypes",
                    "name": "productTypes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/child/receivablesInvoiceLineGdf",
                    "name": "receivablesInvoiceLineGdf",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/child/receivablesInvoiceLineTaxLines",
                    "name": "receivablesInvoiceLineTaxLines",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/child/receivablesInvoiceLineDFF",
                    "name": "receivablesInvoiceLineDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996498/child/receivablesInvoiceLineTransactionDFF",
                    "name": "receivablesInvoiceLineTransactionDFF",
                    "kind": "collection"
                }
            ]
        },
        {
            "CustomerTransactionLineId": 300100170996499,
            "LineNumber": 2,
            "Description": "Printers",
            "Quantity": 1253,
            "UnitSellingPrice": 114,
            "TaxClassificationCode": "VAT20",
            "SalesOrder": null,
            "AccountingRuleDuration": 6,
            "RuleEndDate": null,
            "RuleStartDate": "2018-12-19",
            "AccountingRule": "6 Months Fixed",
            "Warehouse": null,
            "MemoLine": null,
            "UnitOfMeasure": null,
            "ItemNumber": null,
            "AllocatedFreightAmount": null,
            "AssessableValue": null,
            "SalesOrderDate": null,
            "LineAmount": null,
            "CreatedBy": "AR_MGR_OPERATIONS",
            "CreationDate": "2018-12-19T06:42:32.332+00:00",
            "LastUpdatedBy": "AR_MGR_OPERATIONS",
            "LastUpdateDate": "2018-12-19T06:42:32.434+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,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499",
                    "name": "receivablesInvoiceLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499",
                    "name": "receivablesInvoiceLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497",
                    "name": "receivablesInvoices",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/memoLines",
                    "name": "memoLines",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/warehouses",
                    "name": "warehouses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/itemNumbers",
                    "name": "itemNumbers",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/productCategories",
                    "name": "productCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/userDefinedFiscClasses",
                    "name": "userDefinedFiscClasses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/exemptReasonCodes",
                    "name": "exemptReasonCodes",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/taxExemptHandlingStatuses",
                    "name": "taxExemptHandlingStatuses",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/transactionBizCategories",
                    "name": "transactionBizCategories",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/productFiscClassifications",
                    "name": "productFiscClassifications",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/accountingRules",
                    "name": "accountingRules",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/unitOfMeasures",
                    "name": "unitOfMeasures",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/lov/productTypes",
                    "name": "productTypes",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/child/receivablesInvoiceLineGdf",
                    "name": "receivablesInvoiceLineGdf",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/child/receivablesInvoiceLineTaxLines",
                    "name": "receivablesInvoiceLineTaxLines",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/child/receivablesInvoiceLineDFF",
                    "name": "receivablesInvoiceLineDFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines/300100170996499/child/receivablesInvoiceLineTransactionDFF",
                    "name": "receivablesInvoiceLineTransactionDFF",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497",
            "name": "receivablesInvoices",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497",
            "name": "receivablesInvoices",
            "kind": "item"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/transactionSources",
            "name": "transactionSources",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/businessUnits",
            "name": "businessUnits",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/PaymentTermsVA",
            "name": "PaymentTermsVA",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/thirdPartyTaxRegistrationNumbers",
            "name": "thirdPartyTaxRegistrationNumbers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/invoiceStatuses",
            "name": "invoiceStatuses",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/shipToCustomers",
            "name": "shipToCustomers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/billToCustomers",
            "name": "billToCustomers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/legalEntities",
            "name": "legalEntities",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/invoicingRules",
            "name": "invoicingRules",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/billToSites",
            "name": "billToSites",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/taxationCountries",
            "name": "taxationCountries",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/firstPartyTaxRegistrationNumbers",
            "name": "firstPartyTaxRegistrationNumbers",
            "kind": "collection"
        },
        {
            "rel": "lov",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/lov/transactionTypes",
            "name": "transactionTypes",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceLines",
            "name": "receivablesInvoiceLines",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceTransactionDFF",
            "name": "receivablesInvoiceTransactionDFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceGdf",
            "name": "receivablesInvoiceGdf",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceInstallments",
            "name": "receivablesInvoiceInstallments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/receivablesInvoiceDFF",
            "name": "receivablesInvoiceDFF",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/attachments",
            "name": "attachments",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesInvoices/300100170996497/child/notes",
            "name": "notes",
            "kind": "collection"
        }
    ]
}