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.
POST
https://connect-sandbox.su-api.com/SUAPI/jservice/bulkavailability
{
"data":"{encoded_string}"
}