Hello,
The following works fine:
https : //api.businesscentral.dynamics.com/v2.0/{{TENANTAADID}}/{{PRODUCTION}}/api/v2.0/companies({{COMPANY}})/customers
JSON:
{
"number": "43000",
"displayName": "Sample Data"
}
{
"@odata.context": "api.businesscentral.dynamics.com/.../$metadata
"@odata.etag": "W/\"JzE5OzYwOTM2NTIwODQxMDU4ODU1ODYxOzAwOyc=\"",
"id": "826ed5ad-be4b-ed11-946f-000d3abc180b",
"number": "43000",
"displayName": "Sample Data",
"type": "Person",
Etc.
I see you are using My Company, could it be that this company is empty and not yet filled with the required master data?
Thank you.