POST api/smtSrv/GetadminAllRequests
Request Information
URI Parameters
None.
Body Parameters
allRequestSerckey| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | integer |
None. |
|
| catid | integer |
None. |
|
| fdate | string |
None. |
|
| tdate | string |
None. |
|
| ftime | string |
None. |
|
| ttime | string |
None. |
|
| pagesize | integer |
None. |
|
| pageno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"userid": 1,
"catid": 2,
"fdate": "sample string 3",
"tdate": "sample string 4",
"ftime": "sample string 5",
"ttime": "sample string 6",
"pagesize": 7,
"pageno": 8
}
application/xml, text/xml
Sample:
<allRequestSerckey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/srv"> <catid>2</catid> <fdate>sample string 3</fdate> <ftime>sample string 5</ftime> <pageno>8</pageno> <pagesize>7</pagesize> <tdate>sample string 4</tdate> <ttime>sample string 6</ttime> <userid>1</userid> </allRequestSerckey>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
totalBuffetData| Name | Description | Type | Additional information |
|---|---|---|---|
| count | integer |
None. |
|
| ls | Collection of totalBuffetInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"ls": [
{
"dtlitemid": 1,
"hdritemid": 2,
"itemid": 3,
"userid": 4,
"ArbTitle": "sample string 5",
"EngTitle": "sample string 6",
"count": 7.1,
"state": 8,
"catogery": 9,
"catogeryEng": "sample string 10",
"catogeryArb": "sample string 11",
"Username": "sample string 12",
"CreateDate": "2025-12-16T21:50:08.5055033-06:00",
"exDate": "2025-12-16T21:50:08.5055033-06:00"
},
{
"dtlitemid": 1,
"hdritemid": 2,
"itemid": 3,
"userid": 4,
"ArbTitle": "sample string 5",
"EngTitle": "sample string 6",
"count": 7.1,
"state": 8,
"catogery": 9,
"catogeryEng": "sample string 10",
"catogeryArb": "sample string 11",
"Username": "sample string 12",
"CreateDate": "2025-12-16T21:50:08.5055033-06:00",
"exDate": "2025-12-16T21:50:08.5055033-06:00"
}
],
"count": 1
}
application/xml, text/xml
Sample:
<totalBuffetData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/srv">
<count>1</count>
<ls>
<totalBuffetInfo>
<ArbTitle>sample string 5</ArbTitle>
<CreateDate>2025-12-16T21:50:08.5055033-06:00</CreateDate>
<EngTitle>sample string 6</EngTitle>
<Username>sample string 12</Username>
<catogery>9</catogery>
<catogeryArb>sample string 11</catogeryArb>
<catogeryEng>sample string 10</catogeryEng>
<count>7.1</count>
<dtlitemid>1</dtlitemid>
<exDate>2025-12-16T21:50:08.5055033-06:00</exDate>
<hdritemid>2</hdritemid>
<itemid>3</itemid>
<state>8</state>
<userid>4</userid>
</totalBuffetInfo>
<totalBuffetInfo>
<ArbTitle>sample string 5</ArbTitle>
<CreateDate>2025-12-16T21:50:08.5055033-06:00</CreateDate>
<EngTitle>sample string 6</EngTitle>
<Username>sample string 12</Username>
<catogery>9</catogery>
<catogeryArb>sample string 11</catogeryArb>
<catogeryEng>sample string 10</catogeryEng>
<count>7.1</count>
<dtlitemid>1</dtlitemid>
<exDate>2025-12-16T21:50:08.5055033-06:00</exDate>
<hdritemid>2</hdritemid>
<itemid>3</itemid>
<state>8</state>
<userid>4</userid>
</totalBuffetInfo>
</ls>
</totalBuffetData>