data/wayleave_details
Important: An API Key is required to work with these API Calls
Returns the details of a given landowner/wayleave. You must send the project code and wayleave ref number to retrieve the details
Sample Request
http://api.verifiapp.com/data/wayleave_details/{API-KEY}/{PROJECT_CODE}/{WAYLEAVE_NO}
Sample Response
{"result":"success","results":{"id":"115","landowner_name":"Thomas Murphy","address":"Innygraga, Ballinacurra, Midleton, Co. Cork.","contact":""}}
Successful response reference
A successful response will return the following items in a JSON array
| Preference | Description |
|---|---|
| result | success |
| results | An associative array with the list of values. Not all the landowners will have the "contact" field with a value (most of them will not have that value). The ID value is very important because you must send it when you submit an unscheduled assignment |