POST api/PriceListsController/CreatePaymentCertificates?month={month}&year={year}&accounting_key={accounting_key}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
month | string |
Required |
|
year | string |
Required |
|
accounting_key | string |
Required |
Body Parameters
Collection of integerRequest 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:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Collection of CertificatesObjectName | Description | Type | Additional 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-11-21T11:38:35.7704458+02:00", "AprrovedForPayment": "2024-11-21T11:38:35.7704458+02: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-11-21T11:38:35.7704458+02:00", "AprrovedForPayment": "2024-11-21T11:38:35.7704458+02: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-11-21T11:38:35.7704458+02:00</AprrovedForPayment> <account_num>6</account_num> <accounting_key>sample string 4</accounting_key> <date_actual>2024-11-21T11:38:35.7704458+02: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-11-21T11:38:35.7704458+02:00</AprrovedForPayment> <account_num>6</account_num> <accounting_key>sample string 4</accounting_key> <date_actual>2024-11-21T11:38:35.7704458+02: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.