POST requests
POST requests, may also include non-security headers
+POST Nested JSON Body (Duplicate Key Name)
Branches
+ POST Header + Body |
+ POST Header + JSON Body |
+ POST JSON Body |
+ POST JSON Body (2 vars) |
+ POST JSON Body (2 vars + hierarch) |
+ POST Header + JSON Body (2 vars + hierarch) |
+POST Nested JSON Body (Duplicate Key Name) |
+ POST JSON (Dynamic) Body |
Resource Information
Service ID | 27 |
Type | POST |
POST Body | { "Widgets": [{ "Num": "1", "Type": "abc", "WidgetPerson": [{ "Name": "Joe", "Type": "xyz", "Email": "joe@example.com", "Phone": "555-123-4567" }] }], "WidgetId": "1" } |
Response format | JSON |
Response from | url |
Records | 100 |
Paging | None |
Errors | None |
Delay (sec.) | None |
Rate Limit | None |
Security | |
Username | user1 |
Password | pw123 |
Parameters
Name | Example |
---|---|
kuid | 1 |
Example Request
Type | URL |
---|---|
Path (http) | http://api.restku.com/service/27/kuid/1 |
Path (https) | https://api.restku.com/service/27/kuid/1 |
Query string (http) | http://api.restku.com/service/27?kuid=1 |
Query string (https) | https://api.restku.com/service/27?kuid=1 |
Example Response
{"kuid":"1","widgetname":"widget1"}