For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create External DMS

Create an external dms.

post

Create an external dms.

Authorizations
ApiKeystringRequired
Query parameters
regionstring Β· enumOptional

The region to perform this request in

Possible values:
reference_idstringOptional

An optional reference id which will be stored against usage records if supplied

Body
namestringRequired

The name of the external DMS. This will be used to generate the external_dms_id.

Responses
200

Success

application/json
successbooleanOptionalExample: true
external_dms_idstringOptionalExample: external-dms-123
post/v2/external-enquiry/upsert-external-dms
POST /v2/external-enquiry/upsert-external-dms HTTP/1.1
Host: api.autograb.com.au
ApiKey: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "name": "text"
}
{
  "success": true,
  "external_dms_id": "external-dms-123"
}

Last updated

Was this helpful?