v1
latestOpenAPI 3.0.12026-07-24204656.7 KBApplication
Submit return
Returns 200 when the request is parsed correctly. Further check returnLeaseInfo.isSuccess to ensure a successful return.
post/application/return
Request body
Example request
{
"applicationId": 123456,
"store": {
"progressiveMerchantId": 111111,
"merchantStoreId": "UT",
"salesAssociate": "John Smith"
},
"merchandiseItems": [
{
"originalPriceEach": 123.45,
"priceEach": 123.45,
"giftCardFee": 12.34,
"quantity": 1
}
]
}Response
Success
Example response
{
"returnLeaseInfo": {
"isSuccess": true
},
"purchaseLeaseInfo": {
"isSuccess": true,
"approvalLimit": 1000
}
}