POST api/PriceListsController/IsPerVisit?pType={pType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pType

string

Required

Body Parameters

CheckPaymentsByVisit
NameDescriptionTypeAdditional information
surg_code

integer

None.

business_branch_code

integer

None.

insur_code

integer

None.

district_code

integer

None.

group_code

integer

None.

oper_code

integer

None.

date_actual

date

None.

Request Formats

application/json, text/json

Sample:
{
  "surg_code": 1,
  "business_branch_code": 2,
  "insur_code": 3,
  "district_code": 4,
  "group_code": 5,
  "oper_code": 6,
  "date_actual": "2024-04-22T23:47:17.4231992+03:00"
}

application/xml, text/xml

Sample:
<PricesManagement.CheckPaymentsByVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Prices">
  <business_branch_code>2</business_branch_code>
  <date_actual>2024-04-22T23:47:17.4231992+03:00</date_actual>
  <district_code>4</district_code>
  <group_code>5</group_code>
  <insur_code>3</insur_code>
  <oper_code>6</oper_code>
  <surg_code>1</surg_code>
</PricesManagement.CheckPaymentsByVisit>

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

application/bson

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

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

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

application/bson

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