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 |
|---|---|---|---|
| Text |
Gets or sets the text of the selected item. |
string |
None. |
| Value |
Gets or sets the value of the selected item. |
string |
None. |
| Selected |
Used to hold the selected value |
boolean |
None. |
| Url | 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"
}
]