POST v6/operation/return/withDate/save
Request Information
URI Parameters
None.
Body Parameters
ReturnModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| RTIs | Collection of ReturnRTIModelv6 |
None. |
|
| SKUId | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| ReturnDate | date |
None. |
|
| Duration | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"rtIs": [
{
"barcode": "sample string 1"
},
{
"barcode": "sample string 1"
}
],
"skuId": 1,
"quantity": 2.0,
"returnDate": "2025-11-08T10:13:03.4433259+00:00",
"duration": 4
}
Response Information
Resource Description
ReturnOutputModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| RTI | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"rti": "sample string 1",
"message": "sample string 2"
}