Add new return history

POST {{baseUrl}}/returns/history/:id

Service urls:
http://yourdomain.com/api/rest_admin/returns/history
OR
http://yourdomain.com/index.php?route=rest/return_admin/history

Request Body

{"comment"=>"<string>", "return_status_id"=>"<integer>", "notify"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cinteger\u003e&quot;,&quot;error&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;data&quot;:&quot;\u003cobject\u003e&quot;}