POST user/GetCountryList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

oGetCountryListResponse
NameDescriptionTypeAdditional information
Records

Collection of oGetCountryList

None.

StatusCode

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Records": [
    {
      "countryCode": "sample string 1",
      "countryName": "sample string 2",
      "countryPrefix": "sample string 3",
      "countryImage": "sample string 4"
    },
    {
      "countryCode": "sample string 1",
      "countryName": "sample string 2",
      "countryPrefix": "sample string 3",
      "countryImage": "sample string 4"
    }
  ],
  "StatusCode": true,
  "Message": "sample string 2"
}