v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Add/Update Customer Notes

This API allows you to capture additional information about the customer.

post/customer/notes

Request body

RAW_BODYstring json

Response

200

Example response

{
  "response": {
    "status": {
      "success": "true",
      "code": "200",
      "message": "Operation Successful"
    },
    "customer": {
      "user_id": "15098",
      "firstname": "Catherine",
      "lastname": "Thomas",
      "mobile": "44700900999",
      "email": "catherine@example.com",
      "external_id": "ct123",
      "notes": {
        "note": {
          "id": "1",
          "date": "2012-05-05 15:15:00",
          "description": "Likes Maggi"
        }
      },
      "item_status": {
        "success": true,
        "code": 1000,
        "message": "Customer note added/updated successfully"
      }
    }
  }
}