{
"collected_at_center": 0,
"sales_rep_id": 0,
"payment_date": "2019-08-24T14:15:22Z",
"is_offline_payment": true,
"offline_payment": {
"paymode_level1": "Cash",
"paymode_level2_id": "Cash",
"other_paymode_master_id": 0,
"amount_in_minor_currency": 0,
"upi_provider": "string",
"vpa_id": "string",
"card_number": "string",
"network_type": "string",
"auth_code": "string",
"exp_date": "2019-08-24T14:15:22Z",
"bank_name": "string",
"cheque_date": "2019-08-24T14:15:22Z",
"is_credit_balance_used": true,
"credit_balance_amount_in_minor_currency": 0
}
}
curl --location --request POST '/tenants//clients//invoices//payments' \
--header 'Content-Type: application/json' \
--data-raw '{
"collected_at_center": 0,
"sales_rep_id": 0,
"payment_date": "2019-08-24T14:15:22Z",
"is_offline_payment": true,
"offline_payment": {
"paymode_level1": "Cash",
"paymode_level2_id": "Cash",
"other_paymode_master_id": 0,
"amount_in_minor_currency": 0,
"upi_provider": "string",
"vpa_id": "string",
"card_number": "string",
"network_type": "string",
"auth_code": "string",
"exp_date": "2019-08-24T14:15:22Z",
"bank_name": "string",
"cheque_date": "2019-08-24T14:15:22Z",
"is_credit_balance_used": true,
"credit_balance_amount_in_minor_currency": 0
}
}'
{
"paymentLinkUuid": "string",
"paymentId": 0
}