POST services/api/v1/Get_SalesAnalysisLayout
Request Information
URI Parameters
None.
Body Parameters
AnalysisLayout_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | integer |
None. |
|
| FormName | string |
None. |
|
| ReportType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1,
"FormName": "sample string 2",
"ReportType": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AnalysisLayout_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Description": "sample string 2"
},
{
"Name": "sample string 1",
"Description": "sample string 2"
}
]