...
Method | Action performed |
---|
GET | Retrieves data from a resource |
---|
DELETE | Deletes the data from a resource |
---|
POST | Creates a new resource or updates the supplied data for an existing resource. also used to post complex data structures for searches. |
---|
PUT | Overwrites the resource with the data you provided |
---|
...
There are complete example calls in the documentation of each REST web service provided. These example class will show you how to user the credentials you have setup above when access the Crittah API.
Relationship diagram
The following digram shows the relationship of entities within Crittah. Tis can be used to understand the relationship between customers, contacts, drivers, jobs, shifts etc. You can use this in conjunction with the API documentation to update and retrieve information from Crittah.
Gliffy |
---|
| |
---|
name | HighLevelRelationshipDiagram |
---|
|
REST documentation