POST api/AMSMaster/GetSendSmsData
Request Information
URI Parameters
None.
Body Parameters
clsGetSendSmsData| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| AreaID | integer |
None. |
|
| NoOfMonth | integer |
None. |
|
| LoaningDateFrom | date |
None. |
|
| LoaningDateTo | date |
None. |
|
| BalanceAmountFrom | integer |
None. |
|
| BalanceAmountTo | integer |
None. |
|
| InterestAmountFrom | integer |
None. |
|
| InterestAmountTo | integer |
None. |
|
| ReportName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UnitID": 1,
"BranchID": 1,
"AreaID": 1,
"NoOfMonth": 1,
"LoaningDateFrom": "2025-12-12T02:26:55.3340583+05:30",
"LoaningDateTo": "2025-12-12T02:26:55.3340583+05:30",
"BalanceAmountFrom": 1,
"BalanceAmountTo": 1,
"InterestAmountFrom": 1,
"InterestAmountTo": 1,
"ReportName": "sample string 1"
}
application/xml, text/xml
Sample:
<clsGetSendSmsData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <AreaID>1</AreaID> <BalanceAmountFrom>1</BalanceAmountFrom> <BalanceAmountTo>1</BalanceAmountTo> <BranchID>1</BranchID> <InterestAmountFrom>1</InterestAmountFrom> <InterestAmountTo>1</InterestAmountTo> <LoaningDateFrom>2025-12-12T02:26:55.3340583+05:30</LoaningDateFrom> <LoaningDateTo>2025-12-12T02:26:55.3340583+05:30</LoaningDateTo> <NoOfMonth>1</NoOfMonth> <ReportName>sample string 1</ReportName> <UnitID>1</UnitID> </clsGetSendSmsData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |