Hi,
Iam creating custom fields using API call.
- var response = WebClient.UploadString(url, httpMethod, requestDataStr);
- requestDataStr is a json payload with following data
- {
- "id": "Escritório local - Brasil",
- "description": "Description for EscritriolocalBrasil",
- "enabled": true,
- "wstype": "custom5",
- "database": "TPSDK",
- "hipaa": false
- }
if i pass normal english string to id , it is working fine. if i pass
portuguese string to id so,getting following error.i
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>400 Bad Request</title>
<h1>Bad Request</h1>
<p>The browser (or proxy) sent a request that this server could not understand.</p>
Please can anyone help...