POST api/MakeTemplate/GetDataForViewBag
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompID": "a04152da-7371-4e34-869a-7466cd0e6618",
"maketemplatelistheader": [
{
"Id": "1faf574f-b629-4cab-8942-d0b4f234b7ef",
"ModuleTitle": "sample string 2"
},
{
"Id": "1faf574f-b629-4cab-8942-d0b4f234b7ef",
"ModuleTitle": "sample string 2"
},
{
"Id": "1faf574f-b629-4cab-8942-d0b4f234b7ef",
"ModuleTitle": "sample string 2"
}
],
"maketemplatelistsubheader": [
{
"Id": "a2f1e193-7508-4026-a72f-6469634bf41b",
"ModuleTitle": "sample string 2"
},
{
"Id": "a2f1e193-7508-4026-a72f-6469634bf41b",
"ModuleTitle": "sample string 2"
},
{
"Id": "a2f1e193-7508-4026-a72f-6469634bf41b",
"ModuleTitle": "sample string 2"
}
],
"maketemplatelistdetails": [
{
"Id": "ff1c2070-25f8-4fb1-ab51-863da13b8317",
"ModuleTitle": "sample string 2"
},
{
"Id": "ff1c2070-25f8-4fb1-ab51-863da13b8317",
"ModuleTitle": "sample string 2"
},
{
"Id": "ff1c2070-25f8-4fb1-ab51-863da13b8317",
"ModuleTitle": "sample string 2"
}
],
"maketemplatelistfooter": [
{
"Id": "e0dd1f98-5122-4827-8e58-be3d4c7394e6",
"ModuleTitle": "sample string 2"
},
{
"Id": "e0dd1f98-5122-4827-8e58-be3d4c7394e6",
"ModuleTitle": "sample string 2"
},
{
"Id": "e0dd1f98-5122-4827-8e58-be3d4c7394e6",
"ModuleTitle": "sample string 2"
}
],
"maketemplatelistsubfooter": [
{
"Id": "fc98388f-94a4-4a51-803e-3c0223429521",
"ModuleTitle": "sample string 2"
},
{
"Id": "fc98388f-94a4-4a51-803e-3c0223429521",
"ModuleTitle": "sample string 2"
},
{
"Id": "fc98388f-94a4-4a51-803e-3c0223429521",
"ModuleTitle": "sample string 2"
}
]
}
text/html
Sample:
{"CompID":"a04152da-7371-4e34-869a-7466cd0e6618","maketemplatelistheader":[{"Id":"1faf574f-b629-4cab-8942-d0b4f234b7ef","ModuleTitle":"sample string 2"},{"Id":"1faf574f-b629-4cab-8942-d0b4f234b7ef","ModuleTitle":"sample string 2"},{"Id":"1faf574f-b629-4cab-8942-d0b4f234b7ef","ModuleTitle":"sample string 2"}],"maketemplatelistsubheader":[{"Id":"a2f1e193-7508-4026-a72f-6469634bf41b","ModuleTitle":"sample string 2"},{"Id":"a2f1e193-7508-4026-a72f-6469634bf41b","ModuleTitle":"sample string 2"},{"Id":"a2f1e193-7508-4026-a72f-6469634bf41b","ModuleTitle":"sample string 2"}],"maketemplatelistdetails":[{"Id":"ff1c2070-25f8-4fb1-ab51-863da13b8317","ModuleTitle":"sample string 2"},{"Id":"ff1c2070-25f8-4fb1-ab51-863da13b8317","ModuleTitle":"sample string 2"},{"Id":"ff1c2070-25f8-4fb1-ab51-863da13b8317","ModuleTitle":"sample string 2"}],"maketemplatelistfooter":[{"Id":"e0dd1f98-5122-4827-8e58-be3d4c7394e6","ModuleTitle":"sample string 2"},{"Id":"e0dd1f98-5122-4827-8e58-be3d4c7394e6","ModuleTitle":"sample string 2"},{"Id":"e0dd1f98-5122-4827-8e58-be3d4c7394e6","ModuleTitle":"sample string 2"}],"maketemplatelistsubfooter":[{"Id":"fc98388f-94a4-4a51-803e-3c0223429521","ModuleTitle":"sample string 2"},{"Id":"fc98388f-94a4-4a51-803e-3c0223429521","ModuleTitle":"sample string 2"},{"Id":"fc98388f-94a4-4a51-803e-3c0223429521","ModuleTitle":"sample string 2"}]}
application/xml, text/xml
Sample:
<MakeTemplateViewBag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<CompID>a04152da-7371-4e34-869a-7466cd0e6618</CompID>
<maketemplatelistdetails>
<MakeTemplateListDetailsModel>
<Id>ff1c2070-25f8-4fb1-ab51-863da13b8317</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListDetailsModel>
<MakeTemplateListDetailsModel>
<Id>ff1c2070-25f8-4fb1-ab51-863da13b8317</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListDetailsModel>
<MakeTemplateListDetailsModel>
<Id>ff1c2070-25f8-4fb1-ab51-863da13b8317</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListDetailsModel>
</maketemplatelistdetails>
<maketemplatelistfooter>
<MakeTemplateListFooterModel>
<Id>e0dd1f98-5122-4827-8e58-be3d4c7394e6</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListFooterModel>
<MakeTemplateListFooterModel>
<Id>e0dd1f98-5122-4827-8e58-be3d4c7394e6</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListFooterModel>
<MakeTemplateListFooterModel>
<Id>e0dd1f98-5122-4827-8e58-be3d4c7394e6</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListFooterModel>
</maketemplatelistfooter>
<maketemplatelistheader>
<MakeTemplateListHeaderModel>
<Id>1faf574f-b629-4cab-8942-d0b4f234b7ef</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListHeaderModel>
<MakeTemplateListHeaderModel>
<Id>1faf574f-b629-4cab-8942-d0b4f234b7ef</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListHeaderModel>
<MakeTemplateListHeaderModel>
<Id>1faf574f-b629-4cab-8942-d0b4f234b7ef</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListHeaderModel>
</maketemplatelistheader>
<maketemplatelistsubfooter>
<MakeTemplateListSubFooterModel>
<Id>fc98388f-94a4-4a51-803e-3c0223429521</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListSubFooterModel>
<MakeTemplateListSubFooterModel>
<Id>fc98388f-94a4-4a51-803e-3c0223429521</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListSubFooterModel>
<MakeTemplateListSubFooterModel>
<Id>fc98388f-94a4-4a51-803e-3c0223429521</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListSubFooterModel>
</maketemplatelistsubfooter>
<maketemplatelistsubheader>
<MakeTemplateListSubHeaderModel>
<Id>a2f1e193-7508-4026-a72f-6469634bf41b</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListSubHeaderModel>
<MakeTemplateListSubHeaderModel>
<Id>a2f1e193-7508-4026-a72f-6469634bf41b</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListSubHeaderModel>
<MakeTemplateListSubHeaderModel>
<Id>a2f1e193-7508-4026-a72f-6469634bf41b</Id>
<ModuleTitle>sample string 2</ModuleTitle>
</MakeTemplateListSubHeaderModel>
</maketemplatelistsubheader>
</MakeTemplateViewBag>