GET v1/getAccounting?Token={Token}&IsNeedInvoices={IsNeedInvoices}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

isNeedInvoices

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Accounting
NameDescriptionTypeAdditional 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
}