Product files
OpenAPI V2
Add documentation to the platform for users to access. Admin functionality only.
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 ID of the release which relates to.
89
Type of files to be uploaded.
application (.exe)
The kind of the files.
Manual
The exact date when the file is stored.
2020-01-01/2020-12-31
The allowed domains to able to access the documentation.
Name of the file.
My test manual
Additional description for the files.
Useful guide for new SemansysNext features
POST /customer-corner/product-files HTTP/1.1
Host:
Authorization: Bearer JWT
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 357
{
"author": "[email protected]",
"releaseId": "89",
"type": "application (.exe)",
"kind": "Manual",
"createdOn": "2020-01-01/2020-12-31",
"isPublic": true,
"domains": [
"text"
],
"file": {
"data": "PD94bWwgdmVyc2lvbj0...",
"fileNameNoPath": "My file.xbrl",
"offset": 1,
"firstChunk": true,
"size": 1
},
"name": "My test manual",
"description": "Useful guide for new SemansysNext features"
}
No content
Delete documentation for ID from the platform. Admin functionality only.
ID of the product file.
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.
DELETE /customer-corner/product-files/{id} HTTP/1.1
Host:
Authorization: Bearer JWT
x-api-version: text
Accept: */*
No content
Was this helpful?