Home Back

PlaceIdentity

PlaceIdentity

Description

PlaceIdentity object is used both to GET and POST Place Identity.

JSON

"PlaceIdentity":
{
    "PlaceID": %integer%,                   /* http://placesign.com/Developers/Reference/Type/PlaceID/ */
    "PlaceType": %integer%,
    "ActiveStatus": %integer%,
    "ActiveDate": %date%,
    "InActiveDate": %date%,
    "FromPlaceID": %integer%,               /* http://placesign.com/Developers/Reference/Type/PlaceID/ */
    "ToPlaceID": %integer%,                 /* http://placesign.com/Developers/Reference/Type/PlaceID/ */
    "Name": "%string[?]%",
    "TelephoneNumber": "%telephoneNumber%",
    "Address":
    {
        "AddressID": %integer%,
        "AddressUniqueKey": "%string[?]%",
        "AddressLine1": "%string[?]%",
        "AddressLine2": "%string[?]%",
        "AddressLine3": "%string[?]%",
        "City": "%string[?]%",
        "State": "%string[?]%",
        "PostCode": "%string[?]%",
        "CountryCode": "%string[?]%"
    },
    "Dept": "%string[?]%",
    "PlaceKey": "%string[?]%",
    "Metaphone": "%string[?]%"
}