POST api/DeleteLogs

Request Information

URI Parameters

None.

Body Parameters

DeleteParameters
NameDescriptionTypeAdditional information
Connection

string

None.

Days

integer

None.

DocketMonths

integer

None.

StoredProcName

string

None.

NotifyEmailRecipients

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Connection": "sample string 1",
  "Days": 2,
  "DocketMonths": 3,
  "StoredProcName": "sample string 4",
  "NotifyEmailRecipients": "sample string 5"
}

application/xml, text/xml

Sample:
<DeleteParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TakLabs.Api.ParameterModels">
  <Connection>sample string 1</Connection>
  <Days>2</Days>
  <DocketMonths>3</DocketMonths>
  <NotifyEmailRecipients>sample string 5</NotifyEmailRecipients>
  <StoredProcName>sample string 4</StoredProcName>
</DeleteParameters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.