POST api/WorldTariffBillings/GetAllBillingsWISEByTenantIdSearch
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TenantId": "sample string 1",
"UserId": "sample string 2",
"DocumentName": "sample string 3",
"DocumentType": "sample string 4",
"SearchQuery": "sample string 5",
"SearchType": "sample string 6",
"SearchColumn": "sample string 7",
"SortOrder": "sample string 8",
"SortColumn": "sample string 9",
"PageIndex": 10,
"PageSize": 11,
"StartRecord": 12,
"ShowingRecord": 13,
"TotalRecord": 14,
"StartDate": "2025-11-05T21:53:07.3573875+00:00",
"EndDate": "2025-11-05T21:53:07.3573875+00:00",
"IsSupportReq": true,
"IsMAF": true
}
application/xml, text/xml
Sample:
<SearchParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL"> <DocumentName>sample string 3</DocumentName> <DocumentType>sample string 4</DocumentType> <EndDate>2025-11-05T21:53:07.3573875+00:00</EndDate> <IsMAF>true</IsMAF> <IsSupportReq>true</IsSupportReq> <PageIndex>10</PageIndex> <PageSize>11</PageSize> <SearchColumn>sample string 7</SearchColumn> <SearchQuery>sample string 5</SearchQuery> <SearchType>sample string 6</SearchType> <ShowingRecord>13</ShowingRecord> <SortColumn>sample string 9</SortColumn> <SortOrder>sample string 8</SortOrder> <StartDate>2025-11-05T21:53:07.3573875+00:00</StartDate> <StartRecord>12</StartRecord> <TenantId>sample string 1</TenantId> <TotalRecord>14</TotalRecord> <UserId>sample string 2</UserId> </SearchParms>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.