POST services/api/v1/Get_ApprovalRulesByType
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApprovalRules_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SlNo | integer |
None. |
|
| TypeId | integer |
None. |
|
| Type | string |
None. |
|
| RuleName | string |
None. |
|
| Rules | string |
None. |
|
| ApprovedRoles | string |
None. |
|
| IsMasterLevel | boolean |
None. |
|
| LocId | integer |
None. |
|
| Description | string |
None. |
|
| Result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"SlNo": 2,
"TypeId": 3,
"Type": "sample string 4",
"RuleName": "sample string 5",
"Rules": "sample string 6",
"ApprovedRoles": "sample string 7",
"IsMasterLevel": true,
"LocId": 9,
"Description": "sample string 10",
"Result": true
}