Handle unknown birth time
Request and response shapes
Input shape
{ localDate: string; unknownTime: true; placeQuery?: string; timezone?: string }Output shape
{ normalizedChart: { unknownTime: true }; notices: string[] }Examples
Request example
{
"localDate": "1990-01-15",
"unknownTime": true,
"placeQuery": "Denver, Colorado, USA"
}Response example
{
"normalizedChart": {
"unknownTime": true
},
"notices": [
"Birth time is unknown."
]
}Common validation errors
- localTime must be omitted when unknownTime is true.
Related questions
- birth date no time
- unknown time chart
- can I calculate without birth time