POST api/{version}/MyAccount/GetPaymentInfoStates?countryId={countryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countryId

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SelectListItem
NameDescriptionTypeAdditional 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"
  }
]