SBR Nexus
OpenAPI V2
Deliver the XBRL report (.xbrl/.ixbrl) to the gateway known as SBR Nexus (NL) for delivery to the regulatory authority.
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 name of XBRL instance document.
Test instance.xbrlThe content of the instance document, as Base64 formatted string.
PD94bW....The business number of the reported entity.
8525..The relevant message type for the deposit.
InkomstenbelastingThe name of the receiving bank.
The bank you want to send reportThe ID of the receiving bank.
The ID of the target bankID-ontvanger
ID-ontvangerThe type of sender (intermediar, accountant etc).
IntermediarMandatory when "System certificate" is used.
8525.When not provided the default system certificate will be used.
https://api-certp..OK
Bad Request
Unauthorized
POST /delivery/sbr-nexus HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 392
{
"fileName": "Test instance.xbrl",
"content": "PD94bW....",
"identifier": "8525..",
"messageType": "Inkomstenbelasting",
"nameOfStakeholder": "The bank you want to send report",
"idOfStakeholder": "The ID of the target bank",
"typeOfStakeholder": "ID-ontvanger",
"typeOfSender": "Intermediar",
"idOfSupplier": "8525.",
"certificateId": "https://api-certp..",
"attachments": [
{
"name": "text",
"content": "Ynl0ZXM="
}
]
}{
"aanleverResponse": {
"kenmerk": "dacc9159-d...",
"berichtsoort": "Jaarrekening",
"aanleverkenmerk": "84-c85...",
"eerderAanleverkenmerk": null,
"tijdstempelAangeleverd": "2021-09-02T0",
"identiteitBelanghebbende": {
"nummer": "58589163",
"type": "kvk"
},
"rolBelanghebbende": "Intermediair",
"identiteitOntvanger": {
"nummer": "0000000100...",
"type": "OIN"
},
"rolOntvanger": null,
"autorisatieAdres": "http://gee...",
"statuscode": null,
"tijdstempelStatusSpecified": true,
"statusomschrijving": null,
"statusFoutcode": null,
"statusdetails": null,
"identiteitAanleveraar": {
"nummer": "0000000100...",
"type": "OIN"
},
"softwarePakket": null
},
"errorMessage": "text",
"errorCode": "text"
}Was this helpful?