Skip to main content
POST
/
Merchants
/
agreements
cURL
curl --request POST \
  --url https://api.example.com/Merchants/agreements \
  --header 'Content-Type: application/json' \
  --data '
{
  "scheme": "<string>",
  "schemeData": {},
  "test": true,
  "dataSourceHandle": "<string>"
}
'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Body

scheme
string | null
schemeData
object
test
boolean | null
dataSourceHandle
string | null

Response

Unauthorized

type
string | null
title
string | null
status
integer<int32> | null
detail
string | null
instance
string | null
{key}
any