POST api/GOTransferRule/ConnectToGoReverseTransaction

Request Information

URI Parameters

None.

Body Parameters

ConnectToGoTransactionRequest
NameDescriptionTypeAdditional information
iCodProceso

integer

None.

DeviceType

integer

None.

DeviceID

integer

None.

DeviceDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "iCodProceso": 1,
  "DeviceType": 2,
  "DeviceID": 3,
  "DeviceDate": "2024-11-16T10:18:56.7880423+00:00"
}

application/xml, text/xml

Sample:
<GOTransferRuleController.ConnectToGoTransactionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerAPI.Controllers">
  <DeviceDate>2024-11-16T10:18:56.7880423+00:00</DeviceDate>
  <DeviceID>3</DeviceID>
  <DeviceType>2</DeviceType>
  <iCodProceso>1</iCodProceso>
</GOTransferRuleController.ConnectToGoTransactionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>