GET api/Common/getAllRecords/Whatsapp/Sender/Branch/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WhatsappSender| Name | Description | Type | Additional information |
|---|---|---|---|
| WhatsappSenderId | decimal number |
None. |
|
| InstanceId | string |
None. |
|
| SenderName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"WhatsappSenderId": 1.0,
"InstanceId": "sample string 2",
"SenderName": "sample string 3"
},
{
"WhatsappSenderId": 1.0,
"InstanceId": "sample string 2",
"SenderName": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfWhatsappSender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions">
<WhatsappSender>
<InstanceId>sample string 2</InstanceId>
<SenderName>sample string 3</SenderName>
<WhatsappSenderId>1</WhatsappSenderId>
</WhatsappSender>
<WhatsappSender>
<InstanceId>sample string 2</InstanceId>
<SenderName>sample string 3</SenderName>
<WhatsappSenderId>1</WhatsappSenderId>
</WhatsappSender>
</ArrayOfWhatsappSender>