Master Data
This endpoint returns the master data for the specified provider.
API Request Details
| URL | {BaseURL}/providers/{NamespaceID}/{ProviderID}/MasterData Note Make
sure to replace NamespaceID and
{ProviderID} with the correct
IDs. |
| Request Type | GET |
| Content Type | application/json |
Sample Request
https://your-sac-tenant-url.cloud/api/v1/dataexport/providers/ABC/QWERTY123456/MasterData
Sample Response
{
"@odata.context": "$metadata#MasterData",
"value": [
{
"Account.ID": "Unweighted_Revenue",
"Account.accType": "Sales",
"Account.Description": "Unweighted Revenue",
"Country.ID": "IRE",
"Country.Description": "Republic of Ireland",
"ABC_Classification.ID": "AAA",
"ABC_Classification.Description": "Highest classification level"
}
]
}