TMF 648 Quote creation payload is throwing the error

srikanth74
Tera Contributor
I am trying to create the Quote from rest api explore by sending the payload. But it is throwing the error like below. I want to know how to fix this issue. 
{
    "code"21,
    "reason""Invalid payload: Request body missing",
    "message""Invalid payload: Request body missing",
    "details": [
        {
            "message""A mandatory child product offering is missing for the parent product offering.",
            "datapath""/productQuoteItem[0]/productOffering/"
        }
    ]
}
1 REPLY 1

Bhuvan
Kilo Patron

@srikanth74 

 

Can you share the POST request you created via REST API Explorer. From your error, you are not passing mandatory attribute and once you pass the required details in Payload it should work.

 

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan