POST api/getintent
Request Information
URI Parameters
None.
Body Parameters
RequestData| Name | Description | Type | Additional information |
|---|---|---|---|
| auth | string |
None. |
|
| privatekey | string |
None. |
|
| applicationfee | string |
None. |
|
| total | string |
None. |
|
| description | string |
None. |
|
| destinationid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"auth": "sample string 1",
"privatekey": "sample string 2",
"applicationfee": "sample string 3",
"total": "sample string 4",
"description": "sample string 5",
"destinationid": "sample string 6"
}
text/xml
Sample:
<RequestData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CreekBluffPaymentsApi.Controllers"> <applicationfee>sample string 3</applicationfee> <auth>sample string 1</auth> <description>sample string 5</description> <destinationid>sample string 6</destinationid> <privatekey>sample string 2</privatekey> <total>sample string 4</total> </RequestData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |