GET
api/v1/get-smsContent-by-id?SMSContentId={SMSContentId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SMSContentId | integer |
Required |
Response Information
Description:
Return type: SMSContents
Response Formats
application/json, text/json
{ "SMSContent": "sample string 1", "Type": "sample string 2", "SentTo": 1, "IsActive": true, "CreatedOn": "2025-06-18T12:35:37.831793+00:00", "ModifiedOn": "2025-06-18T12:35:37.831793+00:00", "key": "sample string 3", "CreatedBy": "sample string 4", "ModifiedBy": "sample string 5", "Id": 6, "Subject": "sample string 7", "description": "sample string 8" }
text/html
{"SMSContent":"sample string 1","Type":"sample string 2","SentTo":1,"IsActive":true,"CreatedOn":"2025-06-18T12:35:37.831793+00:00","ModifiedOn":"2025-06-18T12:35:37.831793+00:00","key":"sample string 3","CreatedBy":"sample string 4","ModifiedBy":"sample string 5","Id":6,"Subject":"sample string 7","description":"sample string 8"}
application/xml, text/xml
<SMSContents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.DeliveryBoys"> <CreatedBy>sample string 4</CreatedBy> <CreatedOn>2025-06-18T12:35:37.831793+00:00</CreatedOn> <Id>6</Id> <IsActive>true</IsActive> <ModifiedBy>sample string 5</ModifiedBy> <ModifiedOn>2025-06-18T12:35:37.831793+00:00</ModifiedOn> <SMSContent>sample string 1</SMSContent> <SentTo>1</SentTo> <Subject>sample string 7</Subject> <Type>sample string 2</Type> <description>sample string 8</description> <key>sample string 3</key> </SMSContents>