Create key with drop-off and collection codes

This api can be used to create Key and get dropoff code,collection code.

URL:

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

Sample Request

                            {
                                  "PropertyName": "sample string ",
                                  "PostCode": "sample string ",
                                  "CustomerName": "sample string ",
                                  "Email": "sample string ",
                                  "StoreId": 5,
                                  "SubCustomer": "No",
                                  "PropertyId": "sample string ",
                                  "ExpectedCollectionUserName": "sample string ",
                                  "ExpectedDate": "2018-03-27T15:37:39.9989584+05:30",
                                  "ExpectedTime": "sample string ",
                                  "IsPermanentCode":false
                            }
                        

Sample Response [ JSON ]

                        {
                          "PropertyName": "sample string ",
                          "KeyId": 2,
                          "DropOffCode": "sample string ",
                          "CollectionCode": "sample string "
                          "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"
                          }
                           "CollectionCode": "sample string "
                           "PropertyId": "sample string "
                        }