GET api/Center/GetCenteravailableSourceList/{centid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
centid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CenteravailableSource
NameDescriptionTypeAdditional information
casid

integer

None.

centid

string

None.

acavailable

string

None.

switchavailable

string

None.

printeravailable

string

None.

scanneravailable

string

None.

inverteravailable

string

None.

internetavailable

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "casid": 1,
    "centid": "sample string 2",
    "acavailable": "sample string 3",
    "switchavailable": "sample string 4",
    "printeravailable": "sample string 5",
    "scanneravailable": "sample string 6",
    "inverteravailable": "sample string 7",
    "internetavailable": "sample string 8"
  },
  {
    "casid": 1,
    "centid": "sample string 2",
    "acavailable": "sample string 3",
    "switchavailable": "sample string 4",
    "printeravailable": "sample string 5",
    "scanneravailable": "sample string 6",
    "inverteravailable": "sample string 7",
    "internetavailable": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCenteravailableSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <CenteravailableSource>
    <acavailable>sample string 3</acavailable>
    <casid>1</casid>
    <centid>sample string 2</centid>
    <internetavailable>sample string 8</internetavailable>
    <inverteravailable>sample string 7</inverteravailable>
    <printeravailable>sample string 5</printeravailable>
    <scanneravailable>sample string 6</scanneravailable>
    <switchavailable>sample string 4</switchavailable>
  </CenteravailableSource>
  <CenteravailableSource>
    <acavailable>sample string 3</acavailable>
    <casid>1</casid>
    <centid>sample string 2</centid>
    <internetavailable>sample string 8</internetavailable>
    <inverteravailable>sample string 7</inverteravailable>
    <printeravailable>sample string 5</printeravailable>
    <scanneravailable>sample string 6</scanneravailable>
    <switchavailable>sample string 4</switchavailable>
  </CenteravailableSource>
</ArrayOfCenteravailableSource>