POST
api/MPOSPayment/CloseQrcode?QRcodeid={QRcodeid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
QRcodeid | string |
Required |
Response Information
Description:
Return type: FetchCloseQRCode
Response Formats
application/json, text/json
{ "id": "sample string 1", "entity": "sample string 2", "created_at": 3, "name": "sample string 4", "usage": "sample string 5", "type": "sample string 6", "image_url": "sample string 7", "payment_amount": 8, "status": "sample string 9", "description": "sample string 10", "fixed_amount": true, "payments_amount_received": 12, "payments_count_received": 13, "notes": { "purpose": "sample string 1" }, "customer_id": "sample string 14", "close_by": 15, "closed_at": {}, "close_reason": {}, "tax_invoice": [ {}, {} ] }
text/html
{"id":"sample string 1","entity":"sample string 2","created_at":3,"name":"sample string 4","usage":"sample string 5","type":"sample string 6","image_url":"sample string 7","payment_amount":8,"status":"sample string 9","description":"sample string 10","fixed_amount":true,"payments_amount_received":12,"payments_count_received":13,"notes":{"purpose":"sample string 1"},"customer_id":"sample string 14","close_by":15,"closed_at":{},"close_reason":{},"tax_invoice":[{},{}]}
application/xml, text/xml
<FetchCloseQRCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Payment"> <close_by>15</close_by> <close_reason /> <closed_at /> <created_at>3</created_at> <customer_id>sample string 14</customer_id> <description>sample string 10</description> <entity>sample string 2</entity> <fixed_amount>true</fixed_amount> <id>sample string 1</id> <image_url>sample string 7</image_url> <name>sample string 4</name> <notes> <purpose>sample string 1</purpose> </notes> <payment_amount>8</payment_amount> <payments_amount_received>12</payments_amount_received> <payments_count_received>13</payments_count_received> <status>sample string 9</status> <tax_invoice xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:anyType /> <d2p1:anyType /> </tax_invoice> <type>sample string 6</type> <usage>sample string 5</usage> </FetchCloseQRCode>