Create a Sales Return Receive. Can not create sales return recive
POST /salesreturnreceives
{{Books_Base_URL}}/api/v3/salesreturnreceives?organization_id={{Organization.Organization_ID}}&salesreturn_id=188922000008266525
{
"date": "2022-01-28",
"line_items": [
{
"line_item_id": 188922000004095887,
"quantity": 1,
},
{
"line_item_id": 188922000003980557,
"quantity": 1,
}
],
"notes": "Sample Note"
}
I try to create a sales recive for a sales return and get this response:
{
"code": 36501,
"message": "The line items - \"188922000004095870,188922000003980540\" do not belong to Purchase Order - \"188,922,000,008,266,525\"."
}
I try many times but the result is the same.
thanks