POST api/PriceListsController/IsFrozenOpers

Request Information

URI Parameters

None.

Body Parameters

FrozenOperList
NameDescriptionTypeAdditional information
FrozenLines

Collection of FrozenOperLine

None.

Request Formats

application/json, text/json

Sample:
{
  "FrozenLines": [
    {
      "insur_code": 1,
      "district_code": 2,
      "business_branch_code": 3,
      "price_group_code": 4,
      "surg_code": 5,
      "oper_code": 6,
      "date_actual": "2024-03-28T17:36:44.5917554+03:00",
      "IsFrozen": true,
      "FrozenOperName": "sample string 9",
      "debit_line": 10,
      "surgFromStaff": true
    },
    {
      "insur_code": 1,
      "district_code": 2,
      "business_branch_code": 3,
      "price_group_code": 4,
      "surg_code": 5,
      "oper_code": 6,
      "date_actual": "2024-03-28T17:36:44.5917554+03:00",
      "IsFrozen": true,
      "FrozenOperName": "sample string 9",
      "debit_line": 10,
      "surgFromStaff": true
    }
  ]
}

application/xml, text/xml

Sample:
<PricesManagement.FrozenOperList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Prices">
  <FrozenLines>
    <PricesManagement.FrozenOperLine>
      <FrozenOperName>sample string 9</FrozenOperName>
      <IsFrozen>true</IsFrozen>
      <business_branch_code>3</business_branch_code>
      <date_actual>2024-03-28T17:36:44.5917554+03:00</date_actual>
      <debit_line>10</debit_line>
      <district_code>2</district_code>
      <insur_code>1</insur_code>
      <oper_code>6</oper_code>
      <price_group_code>4</price_group_code>
      <surgFromStaff>true</surgFromStaff>
      <surg_code>5</surg_code>
    </PricesManagement.FrozenOperLine>
    <PricesManagement.FrozenOperLine>
      <FrozenOperName>sample string 9</FrozenOperName>
      <IsFrozen>true</IsFrozen>
      <business_branch_code>3</business_branch_code>
      <date_actual>2024-03-28T17:36:44.5917554+03:00</date_actual>
      <debit_line>10</debit_line>
      <district_code>2</district_code>
      <insur_code>1</insur_code>
      <oper_code>6</oper_code>
      <price_group_code>4</price_group_code>
      <surgFromStaff>true</surgFromStaff>
      <surg_code>5</surg_code>
    </PricesManagement.FrozenOperLine>
  </FrozenLines>
</PricesManagement.FrozenOperList>

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

application/bson

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

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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

application/bson

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