v1

latestOpenAPI 3.0.12026-07-263591116.9 KB
Vendor V2

Update vendor mapping

post/v2/vendor/list

Request body

Example request

{
  "vendor_mapping": [
    {
      "swipe_id": "1",
      "force_update": true
    }
  ]
}

Response

Updated successfully

successboolean

Success flag

messagestring

Response message

error_codestring

Error Code

errorsobject

Errors

Example response

{
  "success": true,
  "data": {
    "message": "No data found!"
  }
}