POST api/MyAccount/GetPaymentInfoStates?countryId={countryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SelectListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Disabled | boolean |
None. |
|
| Group | SelectListGroup |
None. |
|
| Selected | boolean |
None. |
|
| Text | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Text": "sample string 1",
"Value": "sample string 2",
"Selected": true,
"Url": "sample string 4"
},
{
"Text": "sample string 1",
"Value": "sample string 2",
"Selected": true,
"Url": "sample string 4"
}
]