cURL
Dependants
Get Dependant
GET
cURL
Response
Dependant found
Example:
"2000-01-15"
User gender.
Available options:
MALE, FEMALE, OTHER A validated 12-digit numeric user identifier.
Every external entry point validates:
- JSON
Deserializeruns [UserId::parse] (outer whitespace trimmed, length and digit-only enforced) via#[serde(try_from = "String")]. - DB
FromSqlruns [UserId::parse] on every row read.
Display / Deref<Target = str> / AsRef<str> / Into<String> are
derived via derive_more — the inner String is pass-through for
every read-only borrow, display, and move-out.
Example:
"012345678901"
Relationship of a dependant to the primary user.
Available options:
SELF, SPOUSE, MOTHER, FATHER, CHILD, FATHER_IN_LAW, MOTHER_IN_LAW, SIBLING Title or honorific for a person.
Available options:
MR, MRS, MS, MASTER Dependant row lifecycle status.
Available options:
ACTIVE, DISCARDED