POST api/AdminLicense/UpdatePerDayWeekMonthPolicy
Request Information
URI Parameters
None.
Body Parameters
UpdatePerDayWeekMonthPolicyDTOName | Description | Type | Additional information |
---|---|---|---|
PerDay | integer |
None. |
|
PerWeek | integer |
None. |
|
PerMonth | integer |
None. |
|
ClaimTypeWiseClaimID | integer |
None. |
|
ClientWiseClaimID | integer |
None. |
|
Domain | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "PerDay": 1, "PerWeek": 2, "PerMonth": 3, "ClaimTypeWiseClaimID": 4, "ClientWiseClaimID": 5, "Domain": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }