API Reference & Data Models
Overview
Packet processing
Create Packet API (Packet Manager Module)
API Request Structure:
{
"id": "string",
"version": "string",
"requesttime": "2025-02-25T11:14:17.667Z",
"request": {
"source": "CRVS",
"process": "CRVS_NEW",
"id": "10001100771006920220128223618",
"ref_id": "10001_10077",
"schema_version": "0.1",
"fields": {
"fullName": "John Doe",
"dateOfBirth": "2025-01-01",
"gender": "Male",
"addressLine1": "123 Main Street",
"addressLine2": "Apt 4B",
"city": "Capital City",
"state": "State Name",
"postalCode": "12345",
"email": "[email protected]",
"phone": "+1234567890",
"zone": "Zone1",
"region": "Region1",
"province": "Province1"
},
"metaInfo": {
"centerId": "10001",
"machineId": "10077",
"operationsData": {
"officerId": "officer123",
"officerPassword": "password",
"supervisorId": "supervisor456"
},
"registration_type": "CRVS_NEW"
},
"audit": {
"uuid": "unique-uuid-1234",
"createdBy": "CRVS_OPERATOR",
"createdDateTime": "2025-02-25T11:14:17.667Z",
"updatedBy": "CRVS_OPERATOR",
"updatedDateTime": "2025-02-25T11:14:17.667Z"
},
"schemaJson": "{\"$schema\":\"http://json-schema.org/draft-07/schema#\"}"
}
}Field Descriptions
Process Value
Purpose / Usage
Field Object:
MetaInfo Object (Center and Operator Information):
Audit Object:
Sample Response:
Trigger API (Registration Processor Module)
API Request Structure:
Sample Response:
Learn More
Last updated
Was this helpful?