POST admin/addon/TenantScheduler/sms_credentials/test
Request Information
URI Parameters
None.
Body Parameters
TestSMSReqDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | string |
None. |
|
| CompanyCode | string |
None. |
|
| Type | string |
None. |
|
| Message | string |
None. |
|
| To | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": "sample string 1",
"CompanyCode": "sample string 2",
"Type": "sample string 3",
"Message": "sample string 4",
"To": "sample string 5"
}
application/xml, text/xml
Sample:
<TenantSchedulerController.TestSMSReqDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.WebAPI.Controllers.AddOn"> <CompanyCode>sample string 2</CompanyCode> <Message>sample string 4</Message> <TenantId>sample string 1</TenantId> <To>sample string 5</To> <Type>sample string 3</Type> </TenantSchedulerController.TestSMSReqDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />