---
title: "POST /v1/IpRecords/{Sid}"
method: POST
path: "/v1/IpRecords/{Sid}"
tags: ["VoiceV1IpRecord"]
---

# POST /v1/IpRecords/{Sid}

`POST /v1/IpRecords/{Sid}`

## Path parameters

- `Sid` string, required

## Response `200`

OK

- VoiceV1IpRecord
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IP Record resource.
  - `sid` string, nullable — The unique string that we created to identify the IP Record resource.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `ip_address` string, nullable — An IP address in dotted decimal notation, IPv4 only.
  - `cidr_prefix_length` integer — An integer representing the length of the [CIDR](https://tools.ietf.org/html/rfc4632) prefix to use with this IP address. By default the entire IP address is used, which for IPv4 is value 32.
  - `date_created` string, date-time, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `url` string, uri, nullable — The absolute URL of the resource.

---

[API](https://skmtc.net/twilio/apis/voice-v1.md) · [All operations](https://skmtc.net/twilio/apis/voice-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/voice-v1/versions/e218199d8d6d/schema)
