GET api/Center/CenterMapList/{centid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
centid

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CenterMap
NameDescriptionTypeAdditional information
centmpid

integer

None.

centid

string

None.

Mappath

string

None.

createdon

date

None.

createby

string

None.

updatedon

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centmpid": 1,
    "centid": "sample string 2",
    "Mappath": "sample string 3",
    "createdon": "2025-05-10T11:02:44.3982283+05:30",
    "createby": "sample string 4",
    "updatedon": "2025-05-10T11:02:44.3982283+05:30"
  },
  {
    "centmpid": 1,
    "centid": "sample string 2",
    "Mappath": "sample string 3",
    "createdon": "2025-05-10T11:02:44.3982283+05:30",
    "createby": "sample string 4",
    "updatedon": "2025-05-10T11:02:44.3982283+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCenterMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <CenterMap>
    <Mappath>sample string 3</Mappath>
    <centid>sample string 2</centid>
    <centmpid>1</centmpid>
    <createby>sample string 4</createby>
    <createdon>2025-05-10T11:02:44.3982283+05:30</createdon>
    <updatedon>2025-05-10T11:02:44.3982283+05:30</updatedon>
  </CenterMap>
  <CenterMap>
    <Mappath>sample string 3</Mappath>
    <centid>sample string 2</centid>
    <centmpid>1</centmpid>
    <createby>sample string 4</createby>
    <createdon>2025-05-10T11:02:44.3982283+05:30</createdon>
    <updatedon>2025-05-10T11:02:44.3982283+05:30</updatedon>
  </CenterMap>
</ArrayOfCenterMap>