POST EditEmergencyInfo

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-09T04:08:12.5433183+02:00",
  "LastModified": "2025-12-09T04:08:12.5433183+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:12.5433183+02:00</DateCreated>
  <LastModified>2025-12-09T04:08:12.5433183+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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.