GET api/MasterMenu/CompDash?EventRefenceNo={EventRefenceNo}&CompRef={CompRef}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EventRefenceNo | string |
Required |
|
| CompRef | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AllotBadgesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BadgeCategoryId | integer |
None. |
|
| CategoryName | string |
None. |
|
| Allotid | integer |
None. |
|
| Total | integer |
None. |
|
| Used | integer |
None. |
|
| Remain | integer |
None. |
|
| Approve | integer |
None. |
|
| Pending | integer |
None. |
|
| IsActive | string |
None. |
|
| EventRefernceNo | string |
None. |
|
| EventName | string |
None. |
|
| NodalCompany | string |
None. |
|
| CompRefernceNo | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BadgeCategoryId": 1,
"CategoryName": "sample string 1",
"Allotid": 2,
"Total": 3,
"Used": 1,
"Remain": 1,
"Approve": 1,
"Pending": 1,
"IsActive": "sample string 4",
"EventRefernceNo": "sample string 5",
"EventName": "sample string 6",
"NodalCompany": "sample string 7",
"CompRefernceNo": "sample string 8",
"Message": "sample string 9"
},
{
"BadgeCategoryId": 1,
"CategoryName": "sample string 1",
"Allotid": 2,
"Total": 3,
"Used": 1,
"Remain": 1,
"Approve": 1,
"Pending": 1,
"IsActive": "sample string 4",
"EventRefernceNo": "sample string 5",
"EventName": "sample string 6",
"NodalCompany": "sample string 7",
"CompRefernceNo": "sample string 8",
"Message": "sample string 9"
}
]