Porting Orders
Create a comment for a porting order
Creates a new comment for a porting order.
post/porting_orders/{id}/comments
Path parameters
idstring uuid required
Porting Order id
Request body
Example request
{
"body": "Please, let me know when the port completes"
}Response
Successful response
Example response
{
"data": {
"body": "Great experience so far",
"created_at": "2021-03-19T10:07:15.527Z",
"id": "f1486bae-f067-460c-ad43-73a92848f902",
"porting_order_id": "f1486bae-f067-460c-ad43-73a92848f902",
"record_type": "porting_comment",
"user_type": "user"
}
}