POST api/Outbound/ProcessRefundRequest

Request Information

URI Parameters

None.

Body Parameters

ProcessRefundRequestModel
NameDescriptionTypeAdditional information
LogId

integer

None.

BusinessID

integer

None.

Action

string

None.

Comments

string

None.

ProcessedBy

integer

None.

RefundType

string

None.

CustomerCode

string

None.

DmsOrderId

integer

None.

Amount

decimal number

None.

UserId

integer

None.

headerBusinessID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LogId": 1,
  "BusinessID": 2,
  "Action": "sample string 3",
  "Comments": "sample string 4",
  "ProcessedBy": 5,
  "RefundType": "sample string 6",
  "CustomerCode": "sample string 7",
  "DmsOrderId": 8,
  "Amount": 9.0,
  "UserId": 10,
  "headerBusinessID": 11
}

application/xml, text/xml

Sample:
<ProcessRefundRequestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <LogId>1</LogId>
  <BusinessID>2</BusinessID>
  <Action>sample string 3</Action>
  <Comments>sample string 4</Comments>
  <ProcessedBy>5</ProcessedBy>
  <RefundType>sample string 6</RefundType>
  <CustomerCode>sample string 7</CustomerCode>
  <DmsOrderId>8</DmsOrderId>
  <Amount>9</Amount>
  <UserId>10</UserId>
  <headerBusinessID>11</headerBusinessID>
</ProcessRefundRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional information
Version

string

None.

dateTime

string

None.

StatusCode

integer

None.

ErrorMessage

string

None.

Result

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Version": "1.0.0",
  "dateTime": "2025/06/14 03:46:55",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}

application/xml, text/xml

Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <StatusCode>1</StatusCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result />
</VCAPIResponse>