GET api/login/contactUs?countryId={countryId}

Get contact information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countryId

countryId

integer

Required

Body Parameters

None.

Response Information

Support Email and Phone number

NameDescriptionTypeAdditional information
PhoneNumber

Support Phone Number

string

None.

EmailAddress

Support Email Address

string

None.

Response Formats

application/json, text/json

Sample:
{
  "phoneNumber": "sample string 1",
  "emailAddress": "sample string 2"
}