POST api/Member/SendWhatsAppPdf

Request Information

URI Parameters

None.

Body Parameters

WhatsAppModel
NameDescriptionTypeAdditional information
PhoneNumber

string

None.

Name

string

None.

PdfUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PhoneNumber": "sample string 1",
  "Name": "sample string 2",
  "PdfUrl": "sample string 3"
}

application/xml, text/xml

Sample:
<MemberController.WhatsAppModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnionOwnersBackend.Controllers.apis">
  <Name>sample string 2</Name>
  <PdfUrl>sample string 3</PdfUrl>
  <PhoneNumber>sample string 1</PhoneNumber>
</MemberController.WhatsAppModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

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