Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 1.2 KB

File metadata and controls

99 lines (63 loc) · 1.2 KB

Period, startDate, endDate

Period

Schema

startDate

string, date

The start date for the period.

endDate

string, date

The end date for the period.

startDate should always precede endDate.

Date

Date/time in date-format.

Value, Currency, VAT

Value

Schema

amount

float, required

Amount as a number.

Should be positive.

currency

string, required

The currency in 3-letter ISO 4217 format.

valueAddedTaxIncluded

bool, required

Revision, Change Tracking

Revision

Schema

date

string, date

Date when changes were recorded.

changes

List of Change objects

Guarantee

Schema

amount

float, required

Amount as a number.

Should be positive.

currency

string, required, default = UAH

The currency in 3-letter ISO 4217 format.