POST api/sender/send/{client}/{guid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| client | integer |
Required |
|
| guid | string |
Required |
Body Parameters
Collection of jobPhones| Name | Description | Type | Additional information |
|---|---|---|---|
| serial | integer |
None. |
|
| client | integer |
None. |
|
| webtiv | integer |
None. |
|
| agent | integer |
None. |
|
| job | integer |
None. |
|
| phone | string |
None. |
|
| message | string |
None. |
|
| enterDate | date |
None. |
|
| resultStatus | integer |
None. |
|
| resultDate | date |
None. |
|
| errorMessage | string |
None. |
|
| webtivScreen | integer |
None. |
|
| webtivSerial | integer |
None. |
|
| webtivMagarID | integer |
None. |
|
| webtivMagarPhone | string |
None. |
|
| phoneFrom | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"serial": 1,
"client": 1,
"webtiv": 1,
"agent": 1,
"job": 1,
"phone": "sample string 2",
"message": "sample string 3",
"enterDate": "2025-10-28T10:34:48.6057198+02:00",
"resultStatus": 1,
"resultDate": "2025-10-28T10:34:48.6057198+02:00",
"errorMessage": "sample string 4",
"webtivScreen": 1,
"webtivSerial": 1,
"webtivMagarID": 1,
"webtivMagarPhone": "sample string 5",
"phoneFrom": "sample string 6"
},
{
"serial": 1,
"client": 1,
"webtiv": 1,
"agent": 1,
"job": 1,
"phone": "sample string 2",
"message": "sample string 3",
"enterDate": "2025-10-28T10:34:48.6057198+02:00",
"resultStatus": 1,
"resultDate": "2025-10-28T10:34:48.6057198+02:00",
"errorMessage": "sample string 4",
"webtivScreen": 1,
"webtivSerial": 1,
"webtivMagarID": 1,
"webtivMagarPhone": "sample string 5",
"phoneFrom": "sample string 6"
}
]
text/xml
Sample:
<ArrayOfjobPhones xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/whatsAppServer.Models">
<jobPhones>
<agent>1</agent>
<client>1</client>
<enterDate>2025-10-28T10:34:48.6057198+02:00</enterDate>
<errorMessage>sample string 4</errorMessage>
<job>1</job>
<message>sample string 3</message>
<phone>sample string 2</phone>
<phoneFrom>sample string 6</phoneFrom>
<resultDate>2025-10-28T10:34:48.6057198+02:00</resultDate>
<resultStatus>1</resultStatus>
<serial>1</serial>
<webtiv>1</webtiv>
<webtivMagarID>1</webtivMagarID>
<webtivMagarPhone>sample string 5</webtivMagarPhone>
<webtivScreen>1</webtivScreen>
<webtivSerial>1</webtivSerial>
</jobPhones>
<jobPhones>
<agent>1</agent>
<client>1</client>
<enterDate>2025-10-28T10:34:48.6057198+02:00</enterDate>
<errorMessage>sample string 4</errorMessage>
<job>1</job>
<message>sample string 3</message>
<phone>sample string 2</phone>
<phoneFrom>sample string 6</phoneFrom>
<resultDate>2025-10-28T10:34:48.6057198+02:00</resultDate>
<resultStatus>1</resultStatus>
<serial>1</serial>
<webtiv>1</webtiv>
<webtivMagarID>1</webtivMagarID>
<webtivMagarPhone>sample string 5</webtivMagarPhone>
<webtivScreen>1</webtivScreen>
<webtivSerial>1</webtivSerial>
</jobPhones>
</ArrayOfjobPhones>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>