GET v1/getAccounting?Token={Token}&IsNeedInvoices={IsNeedInvoices}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| isNeedInvoices | boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Accounting| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Назва підприємства |
string |
None. |
| isAllow | boolean |
None. |
|
| saldo |
Сальдо |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"isAllow": true,
"saldo": 3.0
}