OPTIONS api/KSMBIData/GetCLRCertficatesPortwise/{pFromDate}/{pToDate}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pFromDate | string |
Required |
|
pToDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CLRCertificatesPortWiseName | Description | Type | Additional information |
---|---|---|---|
txnDate | string |
None. |
|
errorCode | string |
None. |
|
erorMesage | string |
None. |
|
shuaibaCount | integer |
None. |
|
shuwaikhCount | integer |
None. |
|
sulebiyaCount | integer |
None. |
|
airportCount | integer |
None. |
|
dohaCount | integer |
None. |
|
nuwaseeibCount | integer |
None. |
|
salmicount | integer |
None. |
|
totalDayCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TxnDate": "sample string 1", "ErrorCode": "sample string 2", "ErorMesage": "sample string 3", "ShuaibaCount": 4, "ShuwaikhCount": 5, "SulebiyaCount": 6, "AirportCount": 7, "DohaCount": 8, "NuwaseeibCount": 9, "SalmiCount": 10, "TotalDayCount": 49 }, { "TxnDate": "sample string 1", "ErrorCode": "sample string 2", "ErorMesage": "sample string 3", "ShuaibaCount": 4, "ShuwaikhCount": 5, "SulebiyaCount": 6, "AirportCount": 7, "DohaCount": 8, "NuwaseeibCount": 9, "SalmiCount": 10, "TotalDayCount": 49 } ]
application/xml, text/xml
Sample:
<ArrayOfCLRCertificatesPortWise xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CLRCertificatesPortWise> <TxnDate>sample string 1</TxnDate> <ErrorCode>sample string 2</ErrorCode> <ErorMesage>sample string 3</ErorMesage> <ShuaibaCount>4</ShuaibaCount> <ShuwaikhCount>5</ShuwaikhCount> <SulebiyaCount>6</SulebiyaCount> <AirportCount>7</AirportCount> <DohaCount>8</DohaCount> <NuwaseeibCount>9</NuwaseeibCount> <SalmiCount>10</SalmiCount> </CLRCertificatesPortWise> <CLRCertificatesPortWise> <TxnDate>sample string 1</TxnDate> <ErrorCode>sample string 2</ErrorCode> <ErorMesage>sample string 3</ErorMesage> <ShuaibaCount>4</ShuaibaCount> <ShuwaikhCount>5</ShuwaikhCount> <SulebiyaCount>6</SulebiyaCount> <AirportCount>7</AirportCount> <DohaCount>8</DohaCount> <NuwaseeibCount>9</NuwaseeibCount> <SalmiCount>10</SalmiCount> </CLRCertificatesPortWise> </ArrayOfCLRCertificatesPortWise>