POST api/PriceListsController/CreatePaymentCertificates?month={month}&year={year}&accounting_key={accounting_key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
month

string

Required

year

string

Required

accounting_key

string

Required

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/xml, text/xml

Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <int>1</int>
  <int>2</int>
</ArrayOfint>

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 'List`1'.

application/bson

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

Response Information

Resource Description

Collection of CertificatesObject
NameDescriptionTypeAdditional information
line_code

integer

None.

key_code

integer

None.

visit

integer

None.

accounting_key

string

None.

date_actual

date

None.

AprrovedForPayment

date

None.

paymentCertificates_code

integer

None.

account_num

integer

None.

ftech_code

integer

None.

fsurg_code

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "line_code": 1,
    "key_code": 2,
    "visit": 3,
    "accounting_key": "sample string 4",
    "date_actual": "2024-05-02T21:02:19.7600459+03:00",
    "AprrovedForPayment": "2024-05-02T21:02:19.7600459+03:00",
    "paymentCertificates_code": 1,
    "account_num": 6,
    "ftech_code": 1,
    "fsurg_code": 1
  },
  {
    "line_code": 1,
    "key_code": 2,
    "visit": 3,
    "accounting_key": "sample string 4",
    "date_actual": "2024-05-02T21:02:19.7600459+03:00",
    "AprrovedForPayment": "2024-05-02T21:02:19.7600459+03:00",
    "paymentCertificates_code": 1,
    "account_num": 6,
    "ftech_code": 1,
    "fsurg_code": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfPaymentCertificatesBL.CertificatesObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Prices">
  <PaymentCertificatesBL.CertificatesObject>
    <AprrovedForPayment>2024-05-02T21:02:19.7600459+03:00</AprrovedForPayment>
    <account_num>6</account_num>
    <accounting_key>sample string 4</accounting_key>
    <date_actual>2024-05-02T21:02:19.7600459+03:00</date_actual>
    <fsurg_code>1</fsurg_code>
    <ftech_code>1</ftech_code>
    <key_code>2</key_code>
    <line_code>1</line_code>
    <paymentCertificates_code>1</paymentCertificates_code>
    <visit>3</visit>
  </PaymentCertificatesBL.CertificatesObject>
  <PaymentCertificatesBL.CertificatesObject>
    <AprrovedForPayment>2024-05-02T21:02:19.7600459+03:00</AprrovedForPayment>
    <account_num>6</account_num>
    <accounting_key>sample string 4</accounting_key>
    <date_actual>2024-05-02T21:02:19.7600459+03:00</date_actual>
    <fsurg_code>1</fsurg_code>
    <ftech_code>1</ftech_code>
    <key_code>2</key_code>
    <line_code>1</line_code>
    <paymentCertificates_code>1</paymentCertificates_code>
    <visit>3</visit>
  </PaymentCertificatesBL.CertificatesObject>
</ArrayOfPaymentCertificatesBL.CertificatesObject>

application/bson

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