POST api/Payment/AutocompleteOptions
Request Information
URI Parameters
None.
Body Parameters
RequestPaymentAutocompleteOptions| Name | Description | Type | Additional information |
|---|---|---|---|
| Q | string |
None. |
|
| Count | integer |
None. |
|
| userPrincipalName | string |
None. |
|
| connectionString | string |
None. |
|
| SecretId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Q": "sample string 1",
"Count": 2,
"userPrincipalName": "sample string 3",
"connectionString": "sample string 4",
"SecretId": null
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
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. |