GET api/CRM/ZipcodeExists/{code}
Check if Zipcode exists in CRM.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
String containing Zipcode. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Boolean value indicating whether Zipcode exists in CRM or not. Value will be True if it exists otherwise it will return false.
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"Message": "sample string 2",
"Errors": {
"$id": "2"
}
}