POST api/quotes/complete?orderNo={orderNo}&transactionNo={transactionNo}&issuer={issuer}&amount={amount}&isDebug={isDebug}
Mark a qoute as completed, will create an Order
Request Information
URI Parameters
| Name | Description | Type |
|---|---|---|
| orderNo |
Order number [required]. Must be an existing quote |
string |
| transactionNo |
Transaction id |
string |
| issuer |
Payment provider |
string |
| amount |
Transaction amount |
string |
Body Parameters
None.
Response Information
Resource Description
'OK' if successful, Exception (Status 500) Otherwise
string
Sample:
"result"