Fetch all combinations of persons that have Signatory Right in a company.
GET {{baseUrl}}/:companyId
AsOfDate supported
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"records": [
{
"changeDate": "<string>",
"combinations": [
[
{
"dateOfBirth": "<string>",
"domicile": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"dateOfBirth": "<string>",
"domicile": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
}
],
[
{
"dateOfBirth": "<string>",
"domicile": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"dateOfBirth": "<string>",
"domicile": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
}
]
],
"companyId": "<string>",
"coverage": "<string>",
"prokura": [
[
{
"dateOfBirth": "<string>",
"domicile": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"dateOfBirth": "<string>",
"domicile": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
}
],
[
{
"dateOfBirth": "<string>",
"domicile": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"dateOfBirth": "<string>",
"domicile": "<string>",
"firstname": "<string>",
"homeCountry": "<string>",
"lastname": "<string>",
"nationality": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
Curl curl -X GET 'https://api.roaring.io/fi/company/signing-combinations/1.0/:companyId' ENDPOINTS |