POST arac-yakit/delete-multi

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfBoolean
NameDescriptionTypeAdditional information
STATUS

boolean

None.

STATUS_CODE

integer

None.

MESSAGE

string

None.

DATE

date

None.

R

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "STATUS": true,
  "STATUS_CODE": 2,
  "MESSAGE": "sample string 3",
  "DATE": "2026-07-15T22:31:30.3227261+03:00",
  "R": true
}

application/xml, text/xml

Sample:
<ApiResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tasimaks_tur_core.Models.Request">
  <DATE>2026-07-15T22:31:30.3227261+03:00</DATE>
  <MESSAGE>sample string 3</MESSAGE>
  <R>true</R>
  <STATUS>true</STATUS>
  <STATUS_CODE>2</STATUS_CODE>
</ApiResultOfboolean>