PHP SDK
Version 1.0.0 · ZIP package with source, manifest, README and examplecomposer require quardlyn/crm-sdk
$client->createProperty($payload);
Download ZIPNode SDK
Version 1.0.0 · ZIP package with source, manifest, README and examplenpm install @quardlyn/crm-sdk
await client.createProperty(payload);
Download ZIPPython SDK
Version 1.0.0 · ZIP package with source, manifest, README and examplepip install quardlyn-crm-sdk
client.create_property(payload)
Download ZIPJava SDK
Version 1.0.0 · ZIP package with source, manifest, README and exampleJava 11+ source package
client.createProperty(payloadJson);
Download ZIPC# SDK
Version 1.0.0 · ZIP package with source, manifest, README and exampledotnet add package Quardlyn.Crm.Sdk
await client.CreatePropertyAsync(payload);
Download ZIP