POST api/Answer/sendDataReportKupot

Request Information

URI Parameters

None.

Body Parameters

SendKupotCriteria
NameDescriptionTypeAdditional information
BrancheCode

integer

None.

ClinicCode

integer

None.

GroupCode

integer

None.

InsurCode

integer

None.

Districtcode

integer

None.

TypingCode

integer

None.

FsurgCode

integer

None.

IdNum

string

None.

VisitCode

integer

None.

IncludSent

string

None.

AnswerCode

integer

None.

fromSultion

boolean

None.

FromDate

date

None.

ToDate

date

None.

FromTime

string

None.

FromTimeT

time interval

None.

ToTime

string

None.

ToTimeT

time interval

None.

Request Formats

application/json, text/json

Sample:
{
  "BrancheCode": 1,
  "ClinicCode": 1,
  "GroupCode": 1,
  "InsurCode": 1,
  "Districtcode": 1,
  "TypingCode": 1,
  "FsurgCode": 1,
  "IdNum": "sample string 1",
  "VisitCode": 1,
  "IncludSent": "sample string 2",
  "AnswerCode": 1,
  "fromSultion": true,
  "FromDate": "2024-04-25T00:00:00+03:00",
  "ToDate": "2024-04-25T00:00:00+03:00",
  "FromTime": "sample string 5",
  "FromTimeT": "00:00:00",
  "ToTime": "sample string 6",
  "ToTimeT": "00:00:00"
}

application/xml, text/xml

Sample:
<Answers.SendKupotCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Answers">
  <FromDate xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports">2024-04-25T00:00:00+03:00</FromDate>
  <FromTime xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports">sample string 5</FromTime>
  <ToDate xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports">2024-04-25T00:00:00+03:00</ToDate>
  <ToTime xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Reports">sample string 6</ToTime>
  <AnswerCode>1</AnswerCode>
  <BrancheCode>1</BrancheCode>
  <ClinicCode>1</ClinicCode>
  <Districtcode>1</Districtcode>
  <FsurgCode>1</FsurgCode>
  <GroupCode>1</GroupCode>
  <IdNum>sample string 1</IdNum>
  <IncludSent>sample string 2</IncludSent>
  <InsurCode>1</InsurCode>
  <TypingCode>1</TypingCode>
  <VisitCode>1</VisitCode>
  <fromSultion>true</fromSultion>
</Answers.SendKupotCriteria>

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

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.