POST api/v1/LabValidation/SaveUpdateLabValidationCompare

Request Information

URI Parameters

None.

Body Parameters

UpdateLabValidationCompareCommand
NameDescriptionTypeAdditional information
ParameterId

string

None.

SampleId

string

None.

CategoryId

string

None.

Mark

string

None.

CompareNote

string

None.

AllowLod

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ParameterId": "sample string 1",
  "SampleId": "sample string 2",
  "CategoryId": "sample string 3",
  "Mark": "sample string 4",
  "CompareNote": "sample string 5",
  "AllowLod": true
}

application/xml, text/xml

Sample:
<UpdateLabValidationCompareCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDCAPI.Models.Lab">
  <AllowLod>true</AllowLod>
  <CategoryId>sample string 3</CategoryId>
  <CompareNote>sample string 5</CompareNote>
  <Mark>sample string 4</Mark>
  <ParameterId>sample string 1</ParameterId>
  <SampleId>sample string 2</SampleId>
</UpdateLabValidationCompareCommand>

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.