POST api/PriceListsController/GetPriceListInspectionReport

Request Information

URI Parameters

None.

Body Parameters

CheckPriceList
NameDescriptionTypeAdditional information
OccupationCode

integer

None.

InsureCode

integer

None.

Opers

integer

None.

DistrictCode

integer

None.

GroupCode

integer

None.

FreezeCode

integer

None.

ActiveCode

integer

None.

EmpCode

integer

None.

date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "OccupationCode": 1,
  "InsureCode": 1,
  "Opers": 2,
  "DistrictCode": 3,
  "GroupCode": 4,
  "FreezeCode": 5,
  "ActiveCode": 6,
  "EmpCode": 7,
  "date": "2026-04-17T14:56:20.0898602+03:00"
}

application/xml, text/xml

Sample:
<PricesManagement.CheckPriceList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Prices">
  <ActiveCode>6</ActiveCode>
  <DistrictCode>3</DistrictCode>
  <EmpCode>7</EmpCode>
  <FreezeCode>5</FreezeCode>
  <GroupCode>4</GroupCode>
  <InsureCode>1</InsureCode>
  <OccupationCode>1</OccupationCode>
  <Opers>2</Opers>
  <date>2026-04-17T14:56:20.0898602+03:00</date>
</PricesManagement.CheckPriceList>

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

application/bson

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

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>

application/bson

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