Retrieve an existing drop off code

This api can be used to get the dropoff code which is created at the time of create new key.

URL:

https://api.keynest.com/api/v2/Key/GetDropOffCode

Sample Request

                            {
                              "PropertyId": 1
                            }
                        

Sample Response [ JSON ]

                        {
                          "PropertyName": "sample string 1",
                          "KeyId": 2,
                          "DropOffCode": "sample string 3",
                          "Store": {
                            "Id": 1,
                            "Name": "sample string 2",
                            "Address": "sample string 3",
                            "PostCode": "sample string 4",
                            "Storetime": "sample string 5",
                            "Latitude": "sample string 6"
                            "Longitude": "sample string 7"
                          }
                        }