Answer service request - celdotro/marketplace GitHub Wiki
- Send an answer to a service request
celmarket\Email\EmailCommunication
answerServiceRequest
- method: email
- action: answerServiceRequest
- id = answered request ID
- answer = answer to send
- images = images to send (must be opened with fopen in read mode)
An object with the following attributes
- success = 1 -> operation was successfully executed
https://github.com/celdotro/marketplace_examples/blob/master/Email/9.answerServiceRequests.php
{
"request": {
"id": 1,
"answer": "X",
"images": "X"
},
"response": {
"success": 1
}
}