Hi,
I’m trying to create a customer order record using below REST API call via POSTMAN
https://cutomer-test-env/int/ifsapplications/projection/v1/CustomerOrderService.svc/CreateCustomerOrder
{
"OrderRequest": {
"CustomerPoNo": "AKMTEST002",
"Customer": "**TES536",
"OrderType": "ASN",
"Site": "RODDA",
"Coordinator": "*"
}
}
But I’m getting ‘Metadata not found’ error continuously when trying to create a Customer Order via POSTMAN.
Little bit background of this.
We have recently request to enable ORDSRV component for this customer and solutionset.yaml file delivered to this customer environment recently.
Can anyone have idea about this?