Fetch signatory text and representation rules of the company.
GET {{baseUrl}}/:companyId
AsOfDate supported
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"records": [
{
"changeDate": "<string>",
"companyId": "<string>",
"representationRights": [
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
"translations": [
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
},
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
"translations": [
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
}
],
"signatoryRights": [
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
"translations": [
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
},
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
"translations": [
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
}
]
},
{
"changeDate": "<string>",
"companyId": "<string>",
"representationRights": [
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
"translations": [
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
},
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
"translations": [
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"langCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"text": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
}
],
"signatoryRights": [
{
"code": "<string>",
"fromDate": "<string>",
"text": "<string>",
&quo Curl curl -X GET 'https://api.roaring.io/fi/company/signatory-text/1.0/:companyId' ENDPOINTS |