The user needs to be logged in to use this endpoint, click here to read more.
Message API for send message to customer service and to see messages created by customer in self service.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "messages": [
- {
- "id": 7,
- "date": 1560763683000,
- "direction": "IN",
- "messageSubject": "creditcard",
- "messageContent": "Can I pay with creditcard?"
}, - {
- "id": 7,
- "date": 1560855204000,
- "direction": "OUT",
- "messageSubject": "creditcard",
- "messageContent": "Yes, you can."
}
]
}
The user needs to be logged in to use this endpoint, click here to read more.
Message API for send message to customer service.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "product": "CO27409",
- "caseType": "B",
- "messageSubject": "cancel",
- "messageContent": "Cancel my subscription"
}
{- "messages": [
- {
- "id": 6,
- "date": 1560763683000,
- "direction": "IN",
- "messageSubject": "cancel",
- "messageContent": "Cancel my subscription"
}, - {
- "id": 6,
- "date": 1560855204000,
- "direction": "OUT",
- "messageSubject": "creditcard",
- "messageContent": "Your subscription is canceled."
}
]
}
Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
Message API to send message to customer service.
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "product": "CO27409",
- "caseType": "B",
- "messageSubject": "cancel",
- "messageContent": "Cancel my subscription"
}
{- "messages": [
- {
- "id": 6,
- "date": 1560763683000,
- "direction": "IN",
- "messageSubject": "cancel",
- "messageContent": "Cancel my subscription"
}, - {
- "id": 6,
- "date": 1560855204000,
- "direction": "OUT",
- "messageSubject": "creditcard",
- "messageContent": "Your subscription is canceled."
}
]
}