For the majority of our corporate PSC API calls, the identification object returns the full set of fields as expected:
“identification”: {
“legal_form”: “”,
“legal_authority”: “”,
“country_registered”: “”,
“place_registered”: “”,
“registration_number”: “”
}
However, we have encountered cases where the response only returns:
“identification”: {
“legal_form”: “”,
“legal_authority”: “”
}
The registration_number, country_registered, and place_registered fields are absent entirely — they are not null, they are simply not present in the response.
Why might this be happening / how can we prevent this?