SFRSSFRS
API ReferenceConversionApiV1Package

Create canonical filing package

Creates a profile-driven canonical filing package manifest plus XBRL/iXBRL artifacts

POST
/api/v1/package

Request Body

application/json

document*object

The canonical SFRS v2 filing to package

modelVersion?string
Default"v2"
Value in"v2"
options?

Response Body

application/json

application/json

curl -X POST "http://localhost:3000/api/v1/package" \  -H "Content-Type: application/json" \  -d '{    "document": {}  }'
{
  "manifest": {},
  "files": {
    "property1": "string",
    "property2": "string"
  }
}
{
  "error": "string",
  "message": "string"
}