GET api/AdminApi/GetPercentageWithLoginId?loginId={loginId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loginId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ChangeSendPercentage| Name | Description | Type | Additional information |
|---|---|---|---|
| LoginId | integer |
None. |
|
| SendMobileNoPercent | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"LoginId": 1,
"SendMobileNoPercent": 2
}
application/xml, text/xml
Sample:
<ChangeSendPercentage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels"> <LoginId>1</LoginId> <SendMobileNoPercent>2</SendMobileNoPercent> </ChangeSendPercentage>