GET api/CRM/ZipcodeExists/{code}

Check if Zipcode exists in CRM.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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"
  }
}