GET api/MasterMenu/GetShowDetail?id={id}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ShowCountViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryNO | integer |
None. |
|
| ExitNO | integer |
None. |
|
| TotalBalanceNO | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EntryNO": 1,
"ExitNO": 2,
"TotalBalanceNO": 3
},
{
"EntryNO": 1,
"ExitNO": 2,
"TotalBalanceNO": 3
}
]