GET api/Center/GetCenterHardwareCallDetail/{centid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
centid

string

Required

Body Parameters

None.

Response Information

Resource Description

GetCenterDetailHardwareCall_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

teamleaderid

string

None.

TLName

string

None.

TLmobileno

string

None.

pcid

string

None.

PCName

string

None.

PCmobileno

string

None.

progassociate

string

None.

ProgassociateName

string

None.

ProgAssmobileno

string

None.

ohid

string

None.

OHName

string

None.

OHmobileno

string

None.

address

string

None.

pinno

string

None.

Response Formats

application/json, text/json

Sample:
{
  "centid": "sample string 1",
  "centname": "sample string 2",
  "teamleaderid": "sample string 3",
  "TLName": "sample string 4",
  "TLmobileno": "sample string 5",
  "pcid": "sample string 6",
  "PCName": "sample string 7",
  "PCmobileno": "sample string 8",
  "progassociate": "sample string 9",
  "ProgassociateName": "sample string 10",
  "ProgAssmobileno": "sample string 11",
  "ohid": "sample string 12",
  "OHName": "sample string 13",
  "OHmobileno": "sample string 14",
  "address": "sample string 15",
  "pinno": "sample string 16"
}

application/xml, text/xml

Sample:
<GetCenterDetailHardwareCall_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <OHName>sample string 13</OHName>
  <OHmobileno>sample string 14</OHmobileno>
  <PCName>sample string 7</PCName>
  <PCmobileno>sample string 8</PCmobileno>
  <ProgAssmobileno>sample string 11</ProgAssmobileno>
  <ProgassociateName>sample string 10</ProgassociateName>
  <TLName>sample string 4</TLName>
  <TLmobileno>sample string 5</TLmobileno>
  <address>sample string 15</address>
  <centid>sample string 1</centid>
  <centname>sample string 2</centname>
  <ohid>sample string 12</ohid>
  <pcid>sample string 6</pcid>
  <pinno>sample string 16</pinno>
  <progassociate>sample string 9</progassociate>
  <teamleaderid>sample string 3</teamleaderid>
</GetCenterDetailHardwareCall_Result>