PATCH
/
outgoing
/
priority
curl --request PATCH \
  --url http://{server_ip}:6002/outgoing/priority \
  --header 'Content-Type: application/json' \
  --data '{
  "apiUser": "<string>",
  "apiPassword": "<string>",
  "apiKey": "<string>",
  "currentPriority": 123,
  "updatedPriority": 123
}'
{
  "status": true,
  "message": "<string>"
}

Body

application/json
apiUser
string
required

Username which is provided by us.

apiPassword
string
required

Password provided by us.

apiKey
string
required

API key provided by us to access API

currentPriority
integer
required

Index of the transfer which is in queue you want to change its priority. The index starts from 1 not from 0.

updatedPriority
integer
required

Index at which you want to prioritize the transfer. The index starts from 1 not from 0.

Response

200
application/json
Successful response with updated user details.
status
boolean

Status of the query true for success or false for error

message
string

The response message