Number Portout
Create a comment on a portout request
Creates a comment on a portout request.
post/portouts/{id}/comments
Path parameters
idstring uuid required
Portout id
Request body
Response
Portout Comment Response
Example response
{
"data": {
"body": "This is a comment",
"created_at": "2018-02-02T22:25:27.521Z",
"id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"portout_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"record_type": "portout",
"user_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0"
}
}