SIM Cards
Validate SIM cards registration codes
It validates whether SIM card registration codes are valid or not.
post/sim_cards/actions/validate_registration_codes
Request body
Example request
{
"registration_codes": [
"123456780",
"1231231230"
]
}Response
Successful
Example response
{
"data": [
{
"invalid_detail": "This code has already been used.",
"record_type": "sim_card_registration_code_validation",
"registration_code": "0123456789"
}
]
}Changes
Changed in 2 of the 61 revisions of this API.2
- ▲
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 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
- ▲