Create External DMS
Authorizations
ApiKeystringRequired
Query parameters
regionstring Β· enumOptionalPossible values:
The region to perform this request in
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:
trueexternal_dms_idstringOptionalExample:
external-dms-123400
Bad Request
application/json
401
Unauthorized
application/json
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?