January 2018
Intermediate to advanced
336 pages
7h 56m
English
The APIs provided by the Consumer and Provider services target the consumers and providers resources of the system, respectively:
| URI | Method | Params | Description |
| /consumers | POST | Details (JSON) | Creates a new consumer and returns the consumer ID |
| /consumers/1 | PUT | Details to be updated (JSON) | Updates the details of an existing consumer |
| /consumers | GET | Fields (CSV), sort (CSV), page | Gets all the consumers based on request params |
| /consumers/1 | DELETE | - | Deletes the specified consumer |
| /providers | POST | Details (JSON) | Creates a new provider and returns the provider ID |
| /providers/1 | PUT | Details to be updated (JSON) | Updates the details of an existing provider |
| /providers/1/star | PUT | - | Increments the stars for the ... |
Read now
Unlock full access