Skip to content

MngGetCustomerContacts

Returns full customer contact fields by customer_id.

Request

{
  "command": "MngGetCustomerContacts",
  "extID": "1",
  "data": {
    "customer_id": 1
  }
}

Response Data

{
  "customer_id": 1,
  "email": "[email protected]",
  "phone": "+35700000000"
}