Wildanet API — Tests
← Back
API Key
Save
Clear
Not set
Added as
X-API-Key
on every request.
Base URL (optional)
Save
If set, any path starting with
/
will be sent to
{BaseURL}/…
Lead Tests
Appointment Tests
Incident Tests
Request
POST
PUT
PATCH
GET
DELETE
Send
Copy cURL
Body (editable JSON)
{ "leadType": "RfsLead", "uprn": "100040053515", "source": "Web", "subject": "Mark Testing", "customerType": "Residential", "firstName": "Mark", "lastName": "Jennngs", "companyName": "", "emailAddress": "mark.jennings@wildanet.com", "mobileTelephone": "07123456789", "addressLine1": "1 Test Street", "addressLine2": "", "city": "Truro", "county": "Cornwall", "postcode": "TR1 1AA", "description": "Website enquiry", "paidViaWebsite": true, "websiteTermsAccepted": true, "currentSupplier": "Other", "existingContractExpiry": "", "paymentReference": "", "referredBy": "", "referralCode": "", "offerCode": "", "monthlyTotal": 0 }
Tip: booleans should be
true/false
(not
1/0
)
Response
—
Request
POST
GET
Send
Copy cURL
Body (optional)
Triggers a one-off pull from Dynamics for the last N hours.
Response
—
Request
POST
PUT
PATCH
GET
DELETE
Send
Copy cURL
Body (editable JSON)
{ "title": "Test incident from tests.html", "description": "Something went pop.", "severityCode": 2, "priorityCode": 1, "status": "Open" }
Creates an incident in Mongo (and can outbox to Dynamics if configured).
Response
—