Payments
Створити фінанси
Метод створює фінанси (платежі).
post/payments
Query parameters
office_hash_idstring
UID філії (офісу) куди прикріпити сутність (за замовчування головний офіс)
Request body
Example request
{
"at": "2018-01-01",
"amount": 100500,
"currency": "UAH",
"kind": "debit",
"purse_id": 1,
"category_id": 2,
"segment_id": 2,
"parent_id": 14
}Response
Успішно створено
Example response
{
"id": 1204,
"updated_at": "2017-12-12Z00:00:00T",
"created_at": "2017-12-12Z00:00:00T"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.