POST api/insertWhatsAppTemplate

Request Information

URI Parameters

None.

Body Parameters

WhatappTemplate
NameDescriptionTypeAdditional information
id

string

None.

name

string

None.

productType

string

None.

product

string

None.

productName

string

None.

headerType

string

None.

headerValue

string

None.

body

string

None.

submitURL

string

None.

callingNumber

string

None.

userId

string

None.

submitHeader

string

None.

callingHeader

string

None.

languageCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "name": "sample string 2",
  "productType": "sample string 3",
  "product": "sample string 4",
  "productName": "sample string 5",
  "headerType": "sample string 6",
  "headerValue": "sample string 7",
  "body": "sample string 8",
  "submitURL": "sample string 9",
  "callingNumber": "sample string 10",
  "userId": "sample string 11",
  "submitHeader": "sample string 12",
  "callingHeader": "sample string 13",
  "languageCode": "sample string 14"
}

application/xml, text/xml

Sample:
<WhatappTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPISolution.Models.EmployeeMaster">
  <body>sample string 8</body>
  <callingHeader>sample string 13</callingHeader>
  <callingNumber>sample string 10</callingNumber>
  <headerType>sample string 6</headerType>
  <headerValue>sample string 7</headerValue>
  <id>sample string 1</id>
  <languageCode>sample string 14</languageCode>
  <name>sample string 2</name>
  <product>sample string 4</product>
  <productName>sample string 5</productName>
  <productType>sample string 3</productType>
  <submitHeader>sample string 12</submitHeader>
  <submitURL>sample string 9</submitURL>
  <userId>sample string 11</userId>
</WhatappTemplate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

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