ScalepointDeveloper Portal

Create Case Endpoint

POST
/{country}/{tenant}/v1/case

Path Parameters

country?string

Country Name

tenant?string

Tenant

Request Body

application/json

Case Data Info

TypeScript Definitions

Use the request body type in TypeScript.

body?string

Response Body

application/json

curl -X POST "https://example.com/{country}/{tenant}/v1/case" \  -H "Content-Type: application/json" \  -d 'string'
{  "errors": [    {      "message": "string",      "type": "string"    }  ],  "links": {    "self": "string",    "selfTemplate": "string"  },  "success": true,  "token": "string",  "url": "string",  "warnings": [    {}  ]}