POST api/Leads/leadLogTreatment

Request Information

URI Parameters

None.

Body Parameters

logLeads
NameDescriptionTypeAdditional information
fromDate

date

None.

toDate

date

None.

status

integer

None.

TypeReport

string

None.

filedsSelected

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "fromDate": "2026-04-17T15:08:04.880411+03:00",
  "toDate": "2026-04-17T15:08:04.881415+03:00",
  "status": 3,
  "TypeReport": "sample string 4",
  "filedsSelected": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<logLeads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical">
  <TypeReport>sample string 4</TypeReport>
  <filedsSelected xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </filedsSelected>
  <fromDate>2026-04-17T15:08:04.880411+03:00</fromDate>
  <status>3</status>
  <toDate>2026-04-17T15:08:04.881415+03:00</toDate>
</logLeads>

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 'logLeads'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.