Create contact
POST/account/me/contact
Creates a contact for the current cloud account.
Request
Header Parameters
x-maxone-role-id string
- application/json
Body
required
address string
The address.
email stringrequired
The email.
firstName stringrequired
The first name.
lastName stringrequired
The last name.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code int32
The response code.
data string
The wrapped responding data.
msg string
The response message.
{
"code": 0,
"data": "string",
"msg": "string"
}
Loading...