IP addresses
Create an IP address
Creates an IP address.
post/ipaddresses
Request body
Example request
{
"ip": "8.8.8.8",
"description": "John Smith's home IP",
"personId": "f3e5ff26-28ff-4cd6-9b1b-e303a185a13a"
}Response
Created
Example response
{
"id": "2327f0d0-2cb5-4f31-8de2-b9d04036fdd9",
"ipaddressableId": "8365191f-08b8-4dc5-88fd-73fcd7fd41a1",
"ip": "8.8.8.8",
"description": "John Smith's home IP",
"ipaddressableType": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}