GET api/EmergencyInfoes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

EmergencyInfo
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

NextOfKin

string

None.

Relationship

integer

None.

CellNo

string

None.

TelNo

string

None.

StreetAddress1

string

None.

StreetAddress2

string

None.

Suburb

string

None.

City

string

None.

Province

integer

None.

UserId

string

None.

BloodType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-09T04:08:29.2073163+02:00",
  "LastModified": "2025-12-09T04:08:29.2073163+02:00",
  "NextOfKin": "sample string 4",
  "Relationship": 1,
  "CellNo": "sample string 5",
  "TelNo": "sample string 6",
  "StreetAddress1": "sample string 7",
  "StreetAddress2": "sample string 8",
  "Suburb": "sample string 9",
  "City": "sample string 10",
  "Province": 1,
  "UserId": "sample string 11",
  "BloodType": "sample string 12"
}

application/xml, text/xml

Sample:
<EmergencyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanicSAAPI.Database">
  <BloodType>sample string 12</BloodType>
  <CellNo>sample string 5</CellNo>
  <City>sample string 10</City>
  <DateCreated>2025-12-09T04:08:29.2073163+02:00</DateCreated>
  <LastModified>2025-12-09T04:08:29.2073163+02:00</LastModified>
  <NextOfKin>sample string 4</NextOfKin>
  <Province>1</Province>
  <Relationship>1</Relationship>
  <StreetAddress1>sample string 7</StreetAddress1>
  <StreetAddress2>sample string 8</StreetAddress2>
  <Suburb>sample string 9</Suburb>
  <TelNo>sample string 6</TelNo>
  <UserId>sample string 11</UserId>
  <id>1</id>
</EmergencyInfo>