Discussions
API create methods only one at a time
over 1 year ago by Anthony Archer
Trying to add clients via API ended up at about 5 min per 200 clients. Its around 4 secs on average to add a Job with minimal JSON. Why not extend the API create methods to accept an array of Clients/Jobs etc to save all the round trips?
Also the bulk import of Client data doesnt accept client UUID like the API does. This means you can only use the API if needing to preserve UUIDs that link client to jobs etc.
The account clean up wizard could also entirely remove records rather than marking as inactive so developers can test easier. I have had to create multiple test accounts while testing ServiceM8.