POST api/PriceListsController/DeleteMainPriceList

Request Information

URI Parameters

None.

Body Parameters

DeleteMainPriceCriteria
NameDescriptionTypeAdditional information
insur_code

integer

None.

district_code

integer

None.

business_branch_code

integer

None.

price_group_code

integer

None.

surg_code

integer

None.

group_codes

Collection of integer

None.

groups_count

integer

None.

date_actual

date

None.

ChangeType

string

None.

logName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "insur_code": 1,
  "district_code": 2,
  "business_branch_code": 3,
  "price_group_code": 4,
  "surg_code": 5,
  "group_codes": [
    1,
    2
  ],
  "groups_count": 6,
  "date_actual": "2024-04-20T15:35:57.0503504+03:00",
  "ChangeType": "sample string 8",
  "logName": "sample string 9"
}

application/xml, text/xml

Sample:
<PricesManagement.DeleteMainPriceCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Prices">
  <ChangeType>sample string 8</ChangeType>
  <logName>sample string 9</logName>
  <business_branch_code>3</business_branch_code>
  <date_actual>2024-04-20T15:35:57.0503504+03:00</date_actual>
  <district_code>2</district_code>
  <group_codes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </group_codes>
  <groups_count>6</groups_count>
  <insur_code>1</insur_code>
  <price_group_code>4</price_group_code>
  <surg_code>5</surg_code>
</PricesManagement.DeleteMainPriceCriteria>

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

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.