Get signatory of multiple companies
POST {{baseUrl}}/
It supports date parameter to find overviews up to date
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"records": [
{
"changeDate": "<string>",
"companyId": "<string>",
"companySignatory": "<string>"
},
{
"changeDate": "<string>",
"companyId": "<string>",
"companySignatory": "<string>"
}
],
"responseInfo": {
"hitCount": "<integer>",
"noMatchIds": [
"<string>",
"<string>"
],
"requestCount": "<integer>"
},
"status": {
"code": "<integer>",
"text": "<string>"
}
} |
ENDPOINTS