POST api/Payment/AutocompleteOptions
Request Information
URI Parameters
None.
Body Parameters
RequestPaymentAutocompleteOptionsName | 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:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |