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

https://connect-sandbox.su-api.com/SUAPI/jservice/bulkavailability

Sample Request

{
"data":"{encoded_string}"
}

Last updated

Was this helpful?