Cases (deprecated)

Cases API enables you to retrieve and update case records.

This is an object representing your Case in TransactionLink. You can retrieve it to see the current data of the Case.

Create case

post

Create a case with provided data

Body
firstNamestringOptional

First name

lastNamestringOptional

Last name

personalNumberstringOptional

Personal Number

emailstringOptional

Email

companyNamestringOptional

Company name

companyNumberstringOptional

Company number

companyAddressstringOptional

Company address

Responses
post
/cases

Get case

get

Get a case

Path parameters
caseIdstring · uuidRequired

UUID of the case to get

Header parameters
AcceptstringRequired

Can be 'application/json', 'application/json;version=1' or 'application/json;version=2'

Example: application/json
Responses
get
/cases/{caseId}

Last updated

Was this helpful?