POST api/Mobex/GetHMAC
Request Information
URI Parameters
None.
Body Parameters
NhanceData| Name | Description | Type | Additional information |
|---|---|---|---|
| nhanceId | string |
None. |
|
| replyType | integer |
None. |
|
| amount | decimal number |
None. |
|
| description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nhanceId": "sample string 1",
"replyType": 2,
"amount": 3.0,
"description": "sample string 4"
}
application/xml, text/xml
Sample:
<NhanceData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuikE_WebAPI.Controllers"> <amount>3</amount> <description>sample string 4</description> <nhanceId>sample string 1</nhanceId> <replyType>2</replyType> </NhanceData>
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. |