Pivot
OpenAPI V2
Processes an XBRL report (.xbrl) and retrieve all facts in a pivot structure for further processing and data handling.
Name of the application to integrates with API’s to Semansys.Next.
Contract owner (organization) name that have embedded the API’s.
Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.
Customer (organization) name (ie. accounting firm, intermediary, ....).
Business Identification Number (BIN) of the customer.
Client (organization) name of the customer of the accounting firm, intermediary...
Business Identification Number (BIN) of the client.
The xbrl instance document, represented as byte[]
PD94bWwgdmVyc2lobg...The peffered label role that you want to the result to be filtered
http://www.xbrl.org/2003/role/labelThe preferred language, default is nl.
nlOK
Bad Request
Unauthorized
POST /instance/pivot HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 97
{
"content": "PD94bWwgdmVyc2lobg...",
"label": "http://www.xbrl.org/2003/role/label",
"language": "nl"
}{
"ANY_ADDITIONAL_PROPERTY": [
"text"
]
}Was this helpful?