create invoice
POST {{API-URL}}/api/v1/payment/property/invoice/create/
Request Body
{"targetOrgUuid"=>"FUZE946342", "currency"=>"USD", "amount"=>11.25, "notes"=>"Self invoice for property", "type"=>"REQUEST"}
RESPONSES
status: OK
{"code":200,"data":{"org":{"uuid":"FUZE933325","name":"Postman Property","businessName":"POSTMANRERA0001"},"uuid":"826f2e52-d97e-4892-90e3-eedaca760638","targetOrgUuid":"FUZE122186","createdByOrgId":91,"currency":"AED","amount":1,"status":"CREATED","type":"REQUEST","notes":"postman-invoice-1721026239","createdAt":"2024-07-15T06:48:39.244Z","sourceName":"Postman Property","targetName":"Nike Inc","cancellationReason":null,"files":[]},"error":null}