Updates information about a request.
Registration Authority
/- Enterprise Documentation
- DEVELOPER DOCUMENTATION
- CANCEL REQUEST
LIST REQUEST
CREATE REQUEST
GET REQUEST
UPDATE REQUEST
VALIDATE REQUEST
GENERATE RAO DECLARATION
GENERATE CONTRACT
GENERATE CONTRACT
DELETE DOCUMENT
GET A DOCUMENT
GET ALL DOCUMENTS
APPROVE REQUEST
GET PRE-AUTHENTICATION LINK
IS RENEWABLE
ENABLE RENEWAL
DISABLE RENEWAL
GET RENEWAL STATUS
CHECK CONTACT DATA
OTP FOR RESET/UNLOCK PIN
RESET/UNLOCK PIN
CANCEL REQUEST
UANATACA RA API DOCUMENTATION (v1)
Bodyapplication/json
Available and unused scratchcard serial number. The first unused scratcard serial number can be obtained in the Get first unused call
The unique identifier (PK) of the RA (it's assigned when is created)
https://api.uanataca.com/api/v1/requests/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api.uanataca.com/api/v1/requests/{id}' \
-H 'Content-Type: application/json' \
-d '{
"profile": "string",
"scratchcard": "string",
"secure_element": "string",
"registration_authority": "string",
"country_name": "string",
"serial_number": "string",
"id_document_country": "string",
"id_document_type": "string",
"given_name": "string",
"surname_1": "string",
"surname_2": "string",
"email": "string",
"mobile_phone_number": "string",
"paperless_mode": 0,
"videoid_mode": 0
}'Response
application/json
{ "pk": 25139, "given_name": "Name", "surname_1": "Surname1", "surname_2": "New_Surname2", "sex": null, "id_document_type": "TIN", "id_document_country": "IT", "serial_number": "A1111111E", "country_name": "ES", "citizenship": null, "residence": null, "organization_email": null, "email": "New_mail@domain", "title": null, "organization_name": null, "organizational_unit_1": null, "organizational_unit_2": null, "organization_identifier": null, "responsible_name": null, "responsible_first_surname": null, "responsible_second_surname": null, "responsible_email": null, "responsible_serial": null, "responsible_position": null, "subscriber_responsible_serial": null, "administrative_unit": null, "empowerment": null, "representation": null, "circumstances": null, "limit": null, "registration": null, "process_application": null, "entity_owner": null, "entity_owner_serial_number": null, "description": null, "certificate_set": [], "profile": "PFnubeAFCiudadano", "scratchcard": "5053349", "status": "CREATED", "registering_user": { "pk": 53, "permission_profile": 13, "registration_authority": 116, "request": 144 }, "approving_user": null, "producing_user": null, "registration_authority": 68, "secure_element": 2, "validity_time": "730", "smartcard_sn": null, "citizen_tax_number": null, "birth_date": null, "birth_country": null, "birth_city": null, "birth_province": null, "birth_state": null, "birth_district": null, "birth_canton": null, "id_document_description": null, "id_document_issuer": null, "organization_rol": null, "professional_id_number": null, "mobile_phone_number": "+34600112233", "fix_phone_number": null, "residence_address": null, "residence_city": null, "residence_province": null, "residence_postal_code": null, "residence_state": null, "residence_district": null, "residence_canton": null, "organization_tax_number": null, "organization_address": null, "organization_city": null, "organization_province": null, "organization_country": null, "organization_postal_code": null, "organization_state": null, "organization_url": null, "responsible_legal_level": null, "subscriber": null, "responsible_legal_documents": null, "special_conditions": null, "responsible_registry_data": null, "approving_rao": null, "producing_rao": null, "id_document_number": null }
https://api.uanataca.com/api/v1/requests/{id}/cancel
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://api.uanataca.com/api/v1/requests/{id}/cancel'Response
application/json
{ "status": "Request cancelled" }
https://api.uanataca.com/api/v1/requests/{id}/validate
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.uanataca.com/api/v1/requests/{id}/validate'Response
application/json
{ "serial_number": "missing", "mobile_phone_number": "missing" }