POST {Rcustomerid}/Transaction
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Rcustomerid | string |
Required |
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiOutputName | Description | Type | Additional information |
---|---|---|---|
Response | boolean |
None. |
|
Errors | Collection of Error |
None. |
Response Formats
application/json, text/json
Sample:
{ "Response": true, "Errors": [ { "TransactionID": "sample string 1", "ResponseDesc": "sample string 2" }, { "TransactionID": "sample string 1", "ResponseDesc": "sample string 2" } ] }
application/xml, text/xml
Sample:
<TransactionController.ApiOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CentegraWebhook.Controllers"> <Errors> <TransactionController.Error> <ResponseDesc>sample string 2</ResponseDesc> <TransactionID>sample string 1</TransactionID> </TransactionController.Error> <TransactionController.Error> <ResponseDesc>sample string 2</ResponseDesc> <TransactionID>sample string 1</TransactionID> </TransactionController.Error> </Errors> <Response>true</Response> </TransactionController.ApiOutput>