GET api/Issuer/showAllByRfcPortal?number={number}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
number

integer

Required

Body Parameters

None.

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
errorCode

integer

None.

errorDesc

string

None.

response

string

None.

Response Formats

application/json, text/json

Sample:
{
  "errorCode": 1,
  "errorDesc": "sample string 2",
  "response": "sample string 3"
}

application/xml, text/xml

Sample:
<Message xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
  <errorCode>1</errorCode>
  <errorDesc>sample string 2</errorDesc>
  <response>sample string 3</response>
</Message>