POST api/ownerblacklistlog/delete

Request Information

URI Parameters

None.

Body Parameters

OwnerBlacklistLogDTO
NameDescriptionTypeAdditional information
blacklistLogID

integer

None.

ownerID

integer

None.

dateIn

date

None.

reasonIn

string

None.

dateOut

date

None.

reasonOut

string

None.

userOut

string

None.

isActive

string

None.

UserOfficeId

integer

None.

UserRequestId

integer

None.

UserRoleId

integer

None.

TimeStamp

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "blacklistLogID": 1,
  "ownerID": 2,
  "dateIn": "2026-09-17T06:30:48.4475805+00:00",
  "reasonIn": "sample string 4",
  "dateOut": "2026-09-17T06:30:48.4475805+00:00",
  "reasonOut": "sample string 6",
  "userOut": "sample string 7",
  "isActive": "sample string 8",
  "UserOfficeId": 9,
  "UserRequestId": 10,
  "UserRoleId": 11,
  "TimeStamp": "QEA="
}

text/html

Sample:
{"blacklistLogID":1,"ownerID":2,"dateIn":"2026-09-17T06:30:48.4475805+00:00","reasonIn":"sample string 4","dateOut":"2026-09-17T06:30:48.4475805+00:00","reasonOut":"sample string 6","userOut":"sample string 7","isActive":"sample string 8","UserOfficeId":9,"UserRequestId":10,"UserRoleId":11,"TimeStamp":"QEA="}

application/xml, text/xml

Sample:
<OwnerBlacklistLogDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models.Owner">
  <TimeStamp xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">QEA=</TimeStamp>
  <UserOfficeId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">9</UserOfficeId>
  <UserRequestId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">10</UserRequestId>
  <UserRoleId xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">11</UserRoleId>
  <blacklistLogID>1</blacklistLogID>
  <dateIn>2026-09-17T06:30:48.4475805+00:00</dateIn>
  <dateOut>2026-09-17T06:30:48.4475805+00:00</dateOut>
  <isActive>sample string 8</isActive>
  <ownerID>2</ownerID>
  <reasonIn>sample string 4</reasonIn>
  <reasonOut>sample string 6</reasonOut>
  <userOut>sample string 7</userOut>
</OwnerBlacklistLogDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.