on 2025 Feb 12 12:27 PM
Good Day,
I am using the API_PRODUCT_SRV TO create a material in the backend everything creates fine but the Purchasing View is not available.
Please is my sample Payload
Request clarification before answering.
Hi @Thandi ,
The API you are using is correct, but the payload format does not match the schema. I have provided a sample schema below. Modify your schema (only plant data) and try uploading it again, this will create the purchasing view.
"to_Plant": {
"results": [
{
"Plant": "XXXX",
"PurchasingGroup": "XXXX",
"ProfitCenter": "",
"ConsumptionTaxCtrlCode": "85011011"
}
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.