Path parameters

  • factFindSession_uuid string Required
application/json

Body

  • postcode string Required

    The postcode to search for.

Responses

  • 500 application/json
    Hide response attribute Show response attribute object
    • message string
POST /api/v2/postcode/{factFindSession_uuid}/search
curl \
 --request POST 'https://api.plannrcrm.com/api/v2/postcode/6ff8f7f6-1eb3-3525-be4a-3932c805afed/search' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"postcode":"SW1A 1AA"}'
Request examples
{
  "postcode": "SW1A 1AA"
}
Response examples (500)
{
  "message": "Server Error"
}