DELETE api/bkd/presences/{str_code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
str_code

string

Required

Body Parameters

PresenceModelDelete
NameDescriptionTypeAdditional information
id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1
}

application/xml, text/xml

Sample:
<PresenceModelDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IdaWebApi.Areas.Booking.Model">
  <id>1</id>
</PresenceModelDelete>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PresenceModelDelete'.

Response Information

Resource Description

PresenceModelDelete
NameDescriptionTypeAdditional information
id

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1
}

application/xml, text/xml

Sample:
<PresenceModelDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IdaWebApi.Areas.Booking.Model">
  <id>1</id>
</PresenceModelDelete>