What is the use of links in REST API response
Summary:
What is the use of links in REST API response
Content (required):
Hi Expert,
In response of any REST API in oracle fusion it provides some links along with the data.what is the use cases of this links.Below is one example for this and how to use it.
{ "InstallmentNumber": 1, "UnpaidAmount": 0, "DueDate": "2018-02-15", "GrossAmount": 31, ... "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/invoices/300100128521001/child/invoiceInstallments/00020000000EACED00057708000110F0818EBB290000000EACED000577080000000000000001", "name": "invoiceInstallments", "kind": "item",
Tagged:
0