Schedule a future requirement version
Create a new pending version of a requirement with a future effective start date. Only one pending version may exist per requirement at a time.
Path parameters
Uniquely identifies the requirement_type record
Request body
Example request
{
"effective_start_at": "2026-08-01T00:00:00.000Z",
"requirement_type_ids": [
"a38c217a-8019-48f8-bff6-0fdd9939075b"
]
}Response
Pending version created successfully
Example response
{
"data": {
"action": "ordering",
"country_code": "FR",
"created_at": "2021-04-09T22:25:27.521Z",
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"locality": "Nice",
"phone_number_type": "local",
"record_type": "requirement",
"requirement_types": [
{
"acceptance_criteria": {
"acceptable_characters": "abcdef0123456789",
"acceptable_values": [
"US"
],
"locality_limit": "Issued by the same country that the phone number belongs to",
"max_length": 20,
"min_length": 16,
"time_limit": "Current and not expired"
},
"created_at": "2021-04-09T22:25:27.521Z",
"description": "Proves the customer has a physical address in the same locality as the phone number",
"example": "Utility bill, internet bill, phone bill, or lease",
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"name": "Proof of Address",
"record_type": "requirement_type",
"type": "document",
"updated_at": "2021-04-12T20:20:20.020Z"
}
],
"updated_at": "2021-04-12T20:20:20.020Z"
}
}Changes
Changed in 3 of the 61 revisions of this API.61
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for statusdefaultresponse-property-type-changed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status404response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status422response-property-type-changed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for statusdefaultresponse-property-type-changed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○