ScalepointDeveloper Portal

Digital-Inbox Endpoint

POST
/{country}/{tenant}/v1/digital-inbox/file

Path Parameters

country*string

country

tenant*string

tenant

Header Parameters

Authorization*string
Metadata-Primary-FileName?string
Metadata-ItemId?string
Metadata-CaseNumber?string
Metadata-Responsible-UserId?string
Metadata-Responsible-DepartmentId?string
Metadata-DocumentTypeCode?string
Metadata-RegistrationNumber?string
Metadata-PolicyNumber?string

Request Body

multipart/form-data

request

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/string/string/v1/digital-inbox/file" \  -H "Authorization: string" \  -F file="string"
{  "errors": [    {      "message": "string",      "type": "string"    }  ],  "payload": {},  "success": true}