POST api/PlaceOfDeath

Request Information

URI Parameters

None.

Body Parameters

placeofdeath
NameDescriptionTypeAdditional information
id

integer

None.

typename

string

None.

createdon

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "typename": "sample string 2",
  "createdon": "2024-03-29T07:12:17.9689507+05:30"
}

application/xml, text/xml

Sample:
<placeofdeath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility">
  <createdon>2024-03-29T07:12:17.9689507+05:30</createdon>
  <id>1</id>
  <typename>sample string 2</typename>
</placeofdeath>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

placeofdeath
NameDescriptionTypeAdditional information
id

integer

None.

typename

string

None.

createdon

date

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "typename": "sample string 2",
  "createdon": "2024-03-29T07:12:17.9689507+05:30"
}

application/xml, text/xml

Sample:
<placeofdeath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility">
  <createdon>2024-03-29T07:12:17.9689507+05:30</createdon>
  <id>1</id>
  <typename>sample string 2</typename>
</placeofdeath>