GET api/Center/CenterTypeList/{centid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
centid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CenterType
NameDescriptionTypeAdditional information
ctid

integer

None.

centid

string

None.

centertype1

string

None.

stdt

date

None.

endt

date

None.

createdon

date

None.

createdby

string

None.

status

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ctid": 1,
    "centid": "sample string 2",
    "centertype1": "sample string 3",
    "stdt": "2025-05-10T11:09:08.9132409+05:30",
    "endt": "2025-05-10T11:09:08.9132409+05:30",
    "createdon": "2025-05-10T11:09:08.9132409+05:30",
    "createdby": "sample string 4",
    "status": 1
  },
  {
    "ctid": 1,
    "centid": "sample string 2",
    "centertype1": "sample string 3",
    "stdt": "2025-05-10T11:09:08.9132409+05:30",
    "endt": "2025-05-10T11:09:08.9132409+05:30",
    "createdon": "2025-05-10T11:09:08.9132409+05:30",
    "createdby": "sample string 4",
    "status": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfCenterType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <CenterType>
    <centertype1>sample string 3</centertype1>
    <centid>sample string 2</centid>
    <createdby>sample string 4</createdby>
    <createdon>2025-05-10T11:09:08.9132409+05:30</createdon>
    <ctid>1</ctid>
    <endt>2025-05-10T11:09:08.9132409+05:30</endt>
    <status>1</status>
    <stdt>2025-05-10T11:09:08.9132409+05:30</stdt>
  </CenterType>
  <CenterType>
    <centertype1>sample string 3</centertype1>
    <centid>sample string 2</centid>
    <createdby>sample string 4</createdby>
    <createdon>2025-05-10T11:09:08.9132409+05:30</createdon>
    <ctid>1</ctid>
    <endt>2025-05-10T11:09:08.9132409+05:30</endt>
    <status>1</status>
    <stdt>2025-05-10T11:09:08.9132409+05:30</stdt>
  </CenterType>
</ArrayOfCenterType>