GET api/app/Utilities/EncryptRequest
Request Information
URI Parameters
None.
Body Parameters
Collection of BuyNowEncryptedUrlResponseBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Key | string |
Required |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Key": "sample string 2",
"Value": "sample string 3"
},
{
"Id": 1,
"Key": "sample string 2",
"Value": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfBuyNowEncryptedUrlResponseBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.BindingModel.Common">
<BuyNowEncryptedUrlResponseBindingModel>
<Id>1</Id>
<Key>sample string 2</Key>
<Value>sample string 3</Value>
</BuyNowEncryptedUrlResponseBindingModel>
<BuyNowEncryptedUrlResponseBindingModel>
<Id>1</Id>
<Key>sample string 2</Key>
<Value>sample string 3</Value>
</BuyNowEncryptedUrlResponseBindingModel>
</ArrayOfBuyNowEncryptedUrlResponseBindingModel>
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. |