I am trying to find the Configuration Package Table name Account Schedule Lines
I got to this point:
https://api.businesscentral.dynamics.com/v2.0/Production/api/microsoft/automation/v1.0/configurationPackages('ACCOUNT SCHEDULES')/
Which gives me json object that tell me that there is 4 tables in the package.
"value": [
{
"@odata.etag": "data..."",
"code": "ACCOUNT SCHEDULES",
"packageName": "ACCOUNT SCHEDULES",
"languageId": ID,
"productVersion": "",
"processingOrder": 0,
"excludeConfigurationTables": true,
"numberOfTables": 4,
"numberOfRecords": 0,
"numberOfErrors": 0,
"importStatus": "No",
"applyStatus": "No"
},How would I accomplish this in postman?