We are using RightFax 21.2 integration with Rest API.
While using Sendjobs API method, we are sending Recipient details, with "citystate" parameter having some special characters like & or #.
When we pass this parameter in 'SendJobs' API method, it returns status code 400 with error message "Recipients[0] is invalid"
If we encode and send this parameter ('citystate') in 'SendJobs' API, then fax sent successfully, however in cover page its display encoded parameter in 'Citystate' field e.g Abc%26test.
Can anybody please suggest how can we send special characters in this parameter?
Any help would be appreciated.