Authorization: Bearer ********************
{
"split_type": "Amount",
"shares": [
{
"member_uid": "string",
"amount": "-92.33",
"sub_amount": "-90.33",
"is_custom": false
}
],
"extras": "-2.33",
"sub_total": "-90.00"
}
curl --location --request PUT '/api/v3/transactions//split' \
--header 'Content-Type: application/json' \
--data-raw '{
"split_type": "Amount",
"shares": [
{
"member_uid": "string",
"amount": "-92.33",
"sub_amount": "-90.33",
"is_custom": false
}
],
"extras": "-2.33",
"sub_total": "-90.00"
}'
{}