Propertycurl --location 'https://api.simpra.app/reason_payments' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"reason_payments": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"updated_at": 1561789824,
"business_date": "2019-06-29",
"quantity": 1,
"total_amount": 15.9,
"employee_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"item_definition_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"property_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"reason_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"tender_media_id": null
}
]
}