v1
latestOpenAPI 3.0.12026-07-263591116.9 KBCustomer V2
Update customer mapping
post/v2/customer/list
Request body
Example request
{
"customer_mapping": [
{
"swipe_id": "1",
"force_update": true
}
]
}Response
Updated successfully
Example response
{
"success": true,
"data": {
"message": "No data found!"
}
}