GET api/CEP/GetCountCEPQuery?strToken={strToken}&strUniqueNo={strUniqueNo}&versionNo={versionNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strToken

string

Required

strUniqueNo

string

Required

versionNo

string

Required

Body Parameters

None.

Response Information

Resource Description

CEPCount
NameDescriptionTypeAdditional information
CEP_APPROVAL_REJECT_COUNT

string

None.

CEP_QUERY_CLARIFICATION_COUNT

string

None.

CEP_QUERY_STATUS_COUNT

string

None.

WRITE_OFF_COUNT

string

None.

PROBATION_CONFIRMATION_COUNT

string

None.

PENDING_VOUCHER_COUNT

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CEP_APPROVAL_REJECT_COUNT": "sample string 1",
  "CEP_QUERY_CLARIFICATION_COUNT": "sample string 2",
  "CEP_QUERY_STATUS_COUNT": "sample string 3",
  "WRITE_OFF_COUNT": "sample string 4",
  "PROBATION_CONFIRMATION_COUNT": "sample string 5",
  "PENDING_VOUCHER_COUNT": "sample string 6",
  "Message": "sample string 7"
}

text/html

Sample:
{"CEP_APPROVAL_REJECT_COUNT":"sample string 1","CEP_QUERY_CLARIFICATION_COUNT":"sample string 2","CEP_QUERY_STATUS_COUNT":"sample string 3","WRITE_OFF_COUNT":"sample string 4","PROBATION_CONFIRMATION_COUNT":"sample string 5","PENDING_VOUCHER_COUNT":"sample string 6","Message":"sample string 7"}

application/xml, text/xml

Sample:
<CEPCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEAWebAPI2.Models">
  <CEP_APPROVAL_REJECT_COUNT>sample string 1</CEP_APPROVAL_REJECT_COUNT>
  <CEP_QUERY_CLARIFICATION_COUNT>sample string 2</CEP_QUERY_CLARIFICATION_COUNT>
  <CEP_QUERY_STATUS_COUNT>sample string 3</CEP_QUERY_STATUS_COUNT>
  <Message>sample string 7</Message>
  <PENDING_VOUCHER_COUNT>sample string 6</PENDING_VOUCHER_COUNT>
  <PROBATION_CONFIRMATION_COUNT>sample string 5</PROBATION_CONFIRMATION_COUNT>
  <WRITE_OFF_COUNT>sample string 4</WRITE_OFF_COUNT>
</CEPCount>