Store Customer Contact
Store Customer Contact
Path Parameters
id string required
Customer UUID
application/json
Request Body required
The body to store customer contact
name string required
Possible values: <= 100 characters
phone string required
Possible values: >= 6 characters
and <= 15 characters
position string required
Possible values: <= 255 characters
email string
Possible values: <= 255 characters
Responses
- 200
- 400
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object
id string
{
"data": {
"id": "string"
}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Not Found
Loading...