All pages
Powered by GitBook
1 of 1

Loading...

Bulk ARI Update

Retrieve the ARR (Application Request Routing) availability payload.

Compress the payload using gzip file format.

Perform base64 encoding on the gzip compressed data.

Obtain the encoded string resulting from the base64 encoding process.

Set the encoded string as the value for the "data" payload field.

Endpoint

POST


Sample Request

https://connect-sandbox.su-api.com/SUAPI/jservice/bulkavailability
{
"data":"{encoded_string}"
}