Details of the goods declared as Line items of the Invoice.
Not Available
You can help us improve by providing your Rate about your experience.
This work is licensed under a Creative Commons Attribution 4.0 International License
Interact with our functional API in (Python, JavaScript, Curl)
The Resource GUID in the API call must be specified according to the resource you intend to access. This identifier can be retrieved from the Resource Information page.
import requests print(requests.get("https://bayanat.ae/api/DatasetResources/GetDatasetResource?resourceID={ResourceGUID}").json())
fetch('https://bayanat.ae/api/DatasetResources/GetDatasetResource?resourceID={ResourceGUID}', { method: 'GET', headers: { 'Content-Type': 'application/json', } }) .then(response => { return response.json(); }) .then(data => { }) .catch(error => { console.error(error); });
curl -X GET "https://bayanat.ae/api/DatasetResources/GetDatasetResource?resourceID={ResourceGUID}" \ -H "Content-Type: application/json"
Share to:
Facebook
Twitter