DELETE api/sms_log/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

sms_log
NameDescriptionTypeAdditional information
id_log

decimal number

None.

cellphone

string

None.

date_sms

date

None.

id_htl

decimal number

None.

responce

string

None.

body

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id_log": 1.0,
  "cellphone": "sample string 2",
  "date_sms": "2025-12-11T17:49:15.3555001+03:30",
  "id_htl": 1.0,
  "responce": "sample string 3",
  "body": "sample string 4"
}

text/html

Sample:
{"id_log":1.0,"cellphone":"sample string 2","date_sms":"2025-12-11T17:49:15.3555001+03:30","id_htl":1.0,"responce":"sample string 3","body":"sample string 4"}

application/xml, text/xml

Sample:
<sms_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/setadEskan">
  <body>sample string 4</body>
  <cellphone>sample string 2</cellphone>
  <date_sms>2025-12-11T17:49:15.3555001+03:30</date_sms>
  <id_htl>1</id_htl>
  <id_log>1</id_log>
  <responce>sample string 3</responce>
</sms_log>