Collateral

get

List Collateral

Returns the associated collateral by a given tpp.

API Key ApiKey

Returns the associated collateral by a given tpp.

Responses

Response examples

Successful Response

{
  "images": [
    {
      "url": "string",
      "description": "string"
    }
  ],
  "files": [
    {
      "url": "string",
      "description": "string"
    }
  ],
  "description": [
    "string"
  ],
  "meta": {},
  "id": "string",
  "tpp_id": "string",
  "created": "2023-06-07T17:32:28Z",
  "updated": "2023-06-07T17:32:28Z"
}
post

Update Collateral

Updates an collateral

imagesarray [Images]

required

urlstring

required

descriptionstring

required

filesarray [Files]

required

urlstring

required

descriptionstring

required

descriptionarray [Description]

required

metaobject (Meta)

Responses

Request examples

{
  "images": [
    {
      "url": "string",
      "description": "string"
    }
  ],
  "files": [
    {
      "url": "string",
      "description": "string"
    }
  ],
  "description": [
    "string"
  ],
  "meta": {}
}

Response examples

Successful Response

{
  "images": [
    {
      "url": "string",
      "description": "string"
    }
  ],
  "files": [
    {
      "url": "string",
      "description": "string"
    }
  ],
  "description": [
    "string"
  ],
  "meta": {},
  "id": "string",
  "tpp_id": "string",
  "created": "2023-06-07T17:32:28Z",
  "updated": "2023-06-07T17:32:28Z"
}

Was this page helpful?