POST v1/communication/code-text
Request Information
URI Parameters
None.
Body Parameters
SMSDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TemplateName | string |
None. |
|
| To | string |
None. |
|
| Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"templateName": "sample string 1",
"to": "sample string 2",
"code": "sample string 3"
}
text/xml
Sample:
<SMSDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Data.Models"> <Code>sample string 3</Code> <TemplateName>sample string 1</TemplateName> <To>sample string 2</To> </SMSDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.