GET api/login/contactUs?countryId={countryId}
Get contact information
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryId |
countryId |
integer |
Required |
Body Parameters
None.
Response Information
Support Email and Phone number
| Name | Description | Type | Additional 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"
}