GET LandingPage/CommonSearch/GetDataOnSubModuleNameChange
Request Information
URI Parameters
None.
Body Parameters
LandingPageCommonSearchSubmoduleChangeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ModuleName | string |
None. |
|
| SubModuleName | string |
None. |
|
| DataFilterConstant | string |
None. |
|
| AssignmentOption | string |
None. |
|
| StatusDigestOption | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ModuleName": "sample string 1",
"SubModuleName": "sample string 2",
"DataFilterConstant": "sample string 3",
"AssignmentOption": "sample string 4",
"StatusDigestOption": "sample string 5",
"UserId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebApiCommonModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
|
| IncidentTypeData | Object |
None. |
|
| IncidentCategoryData | Object |
None. |
|
| CountOfWalksData | Object |
None. |
|
| CustomerComplaintsData | Object |
None. |
|
| PendingObservationData | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccessful": true,
"Message": "sample string 2",
"Data": {},
"IncidentTypeData": {},
"IncidentCategoryData": {},
"CountOfWalksData": {},
"CustomerComplaintsData": {},
"PendingObservationData": {}
}