ContactCreateResponse

Request Information
TYPE Response
CategoryObjects

Description

Object: ContactCreateResponse

Properties

name type required default description
contact object: Contact yes The contact requested
responseId string yes The response id
status string yes The status of the request
message string yes The message

Sample JSON

{
  "responseId": "mapi1_b38e5c3f4888aaa61047dfebdf6da06f0fd20d66",
  "status": "ok",
  "message": "Command completed successfully",
  "contact": {
    "id": "MET_1k7060d6488298550d79",
    "crDate": "2023-06-13T08:32:05+00:00"
  }
}