Create a customer activity
post
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
customerIdstringRequired
The ID of the customer.
Body
or
Responses
201
Activity created successfully
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
422
Validation Error
application/json
500
Internal Server Error
application/json
post
/v1/agents/{agentId}/customers/{customerId}/activityLast updated