POST requests
POST requests, may also include non-security headers
+POST JSON (Dynamic) Body
Branches
Resource Information
Service ID | 28 |
Type | POST |
POST Body | { "id":"NNN", "type":"typeNNN", "email":"NNN@example.com" } |
Response format | JSON |
Response from | body |
Records | 100 |
Paging | None |
Errors | None |
Delay (sec.) | None |
Rate Limit | None |
Security | |
None |
Parameters
Name | Example |
---|---|
kuid | 1 |
Example Request
Type | URL |
---|---|
Path (http) | http://api.restku.com/service/28/kuid/1 |
Path (https) | https://api.restku.com/service/28/kuid/1 |
Query string (http) | http://api.restku.com/service/28?kuid=1 |
Query string (https) | https://api.restku.com/service/28?kuid=1 |
Example Response
{"kuid":"1","widgetname":"widget1"}