GET api/SMS/getRecord/{TemplateId}/{BranchId}/{UserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TemplateId | integer |
Required |
|
| BranchId | integer |
Required |
|
| UserId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SMSTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| TemplateId | decimal number |
None. |
|
| TemplateName | string |
None. |
|
| Template | string |
None. |
|
| BranchId | decimal number |
None. |
|
| RouteId | integer |
None. |
|
| SenderId | string |
None. |
|
| DocumentId | decimal number |
None. |
|
| LangaugeId | string |
None. |
|
| Type | string |
None. |
|
| EditReason | string |
None. |
|
| CreatedBy | decimal number |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | decimal number |
None. |
|
| UpdatedDate | date |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TemplateId": 1.0,
"TemplateName": "sample string 2",
"Template": "sample string 3",
"BranchId": 4.0,
"RouteId": 1,
"SenderId": "sample string 5",
"DocumentId": 6.0,
"LangaugeId": "sample string 7",
"Type": "sample string 8",
"EditReason": "sample string 9",
"CreatedBy": 10.0,
"CreatedDate": "2025-12-06T09:48:12.8288643+05:30",
"UpdatedBy": 12.0,
"UpdatedDate": "2025-12-06T09:48:12.8288643+05:30",
"Status": "sample string 14"
}
application/xml, text/xml
Sample:
<SMSTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <BranchId>4</BranchId> <CreatedBy>10</CreatedBy> <CreatedDate>2025-12-06T09:48:12.8288643+05:30</CreatedDate> <DocumentId>6</DocumentId> <EditReason>sample string 9</EditReason> <LangaugeId>sample string 7</LangaugeId> <RouteId>1</RouteId> <SenderId>sample string 5</SenderId> <Status>sample string 14</Status> <Template>sample string 3</Template> <TemplateId>1</TemplateId> <TemplateName>sample string 2</TemplateName> <Type>sample string 8</Type> <UpdatedBy>12</UpdatedBy> <UpdatedDate>2025-12-06T09:48:12.8288643+05:30</UpdatedDate> </SMSTemplate>