POST api/sender/removeFromBlock/{client}/{guid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
client

integer

Required

guid

string

Required

Body Parameters

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of blockedLists
NameDescriptionTypeAdditional information
serial

integer

None.

client

integer

None.

webtiv

integer

None.

agent

integer

None.

phone

string

None.

enterDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "serial": 1,
    "client": 1,
    "webtiv": 1,
    "agent": 1,
    "phone": "sample string 2",
    "enterDate": "2025-10-25T20:59:56.8814629+03:00"
  },
  {
    "serial": 1,
    "client": 1,
    "webtiv": 1,
    "agent": 1,
    "phone": "sample string 2",
    "enterDate": "2025-10-25T20:59:56.8814629+03:00"
  }
]

text/xml

Sample:
<ArrayOfblockedLists xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/whatsAppServer.Models">
  <blockedLists>
    <agent>1</agent>
    <client>1</client>
    <enterDate>2025-10-25T20:59:56.8814629+03:00</enterDate>
    <phone>sample string 2</phone>
    <serial>1</serial>
    <webtiv>1</webtiv>
  </blockedLists>
  <blockedLists>
    <agent>1</agent>
    <client>1</client>
    <enterDate>2025-10-25T20:59:56.8814629+03:00</enterDate>
    <phone>sample string 2</phone>
    <serial>1</serial>
    <webtiv>1</webtiv>
  </blockedLists>
</ArrayOfblockedLists>