POST api/v1/BECSISOReturnUpdated
APAC Specific - Allows updating of Caliq sales return
API_Key required in header
Request Information
URI Parameters
None.
Body Parameters
BECSISOReturnUpdatedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
None. |
|
| erp_ID |
When "Started" ERP_ID of line, when "Complete" ERP_ID of header |
string |
None. |
| companyCode | string |
None. |
|
| status |
"Started" or "Complete" |
string |
None. |
| orderNumber | string |
None. |
|
| rmaNumber | string |
None. |
|
| orderLine | integer |
None. |
|
| orderLineSuffix | integer |
None. |
|
| itemNumber | string |
None. |
|
| lotNumber | string |
None. |
|
| expiryDate | date |
None. |
|
| warehouse | string |
None. |
|
| location | string |
None. |
|
| receivedQuantity | decimal number |
None. |
|
| rejectedQuantity | decimal number |
None. |
|
| reasonCode | string |
None. |
|
| notes | string |
None. |
|
| user | string |
None. |
|
| timeStamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"guid": "sample string 1",
"erp_ID": "sample string 2",
"companyCode": "sample string 3",
"status": "sample string 4",
"orderNumber": "sample string 5",
"rmaNumber": "sample string 6",
"orderLine": 7,
"orderLineSuffix": 8,
"itemNumber": "sample string 9",
"lotNumber": "sample string 10",
"expiryDate": "2025-12-16T01:45:42.0194078+00:00",
"warehouse": "sample string 12",
"location": "sample string 13",
"receivedQuantity": 14.0,
"rejectedQuantity": 15.0,
"reasonCode": "sample string 16",
"notes": "sample string 17",
"user": "sample string 18",
"timeStamp": "2025-12-16T01:45:42.020403+00:00"
}
application/xml, text/xml
Sample:
<BECSISOReturnUpdatedModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <guid>sample string 1</guid> <erp_ID>sample string 2</erp_ID> <companyCode>sample string 3</companyCode> <status>sample string 4</status> <orderNumber>sample string 5</orderNumber> <rmaNumber>sample string 6</rmaNumber> <orderLine>7</orderLine> <orderLineSuffix>8</orderLineSuffix> <itemNumber>sample string 9</itemNumber> <lotNumber>sample string 10</lotNumber> <expiryDate>2025-12-16T01:45:42.0194078+00:00</expiryDate> <warehouse>sample string 12</warehouse> <location>sample string 13</location> <receivedQuantity>14</receivedQuantity> <rejectedQuantity>15</rejectedQuantity> <reasonCode>sample string 16</reasonCode> <notes>sample string 17</notes> <user>sample string 18</user> <timeStamp>2025-12-16T01:45:42.020403+00:00</timeStamp> </BECSISOReturnUpdatedModel>
Response Information
Resource Description
BECSIReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1"
}
application/xml, text/xml
Sample:
<BECSIReturnModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Message>sample string 1</Message> </BECSIReturnModel>