GET api/GetContact
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AppContact| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Phone | string |
None. |
|
| string |
None. |
||
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Phone": "sample string 2",
"WhatsApp": "sample string 3",
"Message": "sample string 4"
}
application/xml, text/xml
Sample:
<AppContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity"> <Email>sample string 1</Email> <Message>sample string 4</Message> <Phone>sample string 2</Phone> <WhatsApp>sample string 3</WhatsApp> </AppContact>