GET api/Common/getSMSCampaignDocument/Organization/{Id}/{BranchId}/{UserTypeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
BranchId | integer |
Required |
|
UserTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DocumentName | Description | Type | Additional information |
---|---|---|---|
DocumentId | decimal number |
None. |
|
DocumentName | string |
None. |
|
DocumentTitle | string |
None. |
|
SMSView | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DocumentId": 1.0, "DocumentName": "sample string 2", "DocumentTitle": "sample string 3", "SMSView": "sample string 4" }, { "DocumentId": 1.0, "DocumentName": "sample string 2", "DocumentTitle": "sample string 3", "SMSView": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.API.Models.Extensions"> <Document> <DocumentId>1</DocumentId> <DocumentName>sample string 2</DocumentName> <DocumentTitle>sample string 3</DocumentTitle> <SMSView>sample string 4</SMSView> </Document> <Document> <DocumentId>1</DocumentId> <DocumentName>sample string 2</DocumentName> <DocumentTitle>sample string 3</DocumentTitle> <SMSView>sample string 4</SMSView> </Document> </ArrayOfDocument>