Getting an 202 status code when trying to create an Account with a URL field

Getting an 202 status code when trying to create an Account with a URL field

I am using Zoho CRM v2 API for developments.
What is the data type that should be passed for the URL field? In my implementation im passing a String value but when creating the entity (Account) im getting a HTTP 202 status response along with this error : 

INFO [http-nio-9090-exec-2] com.zoho.crm.library. exception.ZCRMLogger ZCRM - STATUS_CODE = 202 , RESPONSE_JSON = {"data":[{"code":"INVALID_ DATA","details":{"expected_ data_type":"website","api_ name":"URL"},"message":" invalid data","status":"error"}]} , RESPONSE_HEADERS = X-RATELIMIT-LIMIT=50; X-RATELIMIT-REMAINING=48; X-RATELIMIT-RESET= 1550032110809; . 
jvm 1    | 2019-Feb-13 09:57:31:031 ERROR [http-nio-9090-exec-2] io.apptizer.crm. apptizercrmservice.zohoclient. impl.ZohoClientImpl Failed to insert data in zoho Accounts module.