GET api/SMSCampaign/getRecord/{Id}/{BranchId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
BranchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SMSCampaignDtoName | Description | Type | Additional information |
---|---|---|---|
CompaignId | integer |
None. |
|
SetTime | date |
None. |
|
CompaignName | string |
None. |
|
SenderId | string |
None. |
|
Route | integer |
None. |
|
SentCount | integer |
None. |
|
EmployeeName | string |
None. |
|
iTotalRecords | integer |
None. |
|
SentBy | decimal number |
None. |
|
IsUnicode | integer |
None. |
|
BranchId | decimal number |
None. |
|
Status | string |
None. |
|
RoboticSMSCampaignId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "CompaignId": 1, "SetTime": "2022-05-27T08:23:19.4018461+05:30", "CompaignName": "sample string 3", "SenderId": "sample string 4", "Route": 1, "SentCount": 5, "EmployeeName": "sample string 6", "iTotalRecords": 1, "SentBy": 7.0, "IsUnicode": 1, "BranchId": 8.0, "Status": "sample string 9", "RoboticSMSCampaignId": 1 }
application/xml, text/xml
Sample:
<SMSCampaignDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <BranchId>8</BranchId> <CompaignId>1</CompaignId> <CompaignName>sample string 3</CompaignName> <EmployeeName>sample string 6</EmployeeName> <IsUnicode>1</IsUnicode> <RoboticSMSCampaignId>1</RoboticSMSCampaignId> <Route>1</Route> <SenderId>sample string 4</SenderId> <SentBy>7</SentBy> <SentCount>5</SentCount> <SetTime>2022-05-27T08:23:19.4018461+05:30</SetTime> <Status>sample string 9</Status> <iTotalRecords>1</iTotalRecords> </SMSCampaignDto>