POST requests

POST requests, may also include non-security headers
+POST Header + Body

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 ID21
TypePOST
POST Bodypostvar1=pv1&postvar2=pv2
Headersheadvar1=hv1&headvar2=hv2
Response formatJSON
Response fromurl
Records100
PagingNone
ErrorsNone
Delay (sec.)None
Rate LimitNone

Security

None

Parameters

NameExample
kuid1

Example Request

TypeURL
Path (http)http://api.restku.com/service/21/kuid/1
Path (https)https://api.restku.com/service/21/kuid/1
Query string (http)http://api.restku.com/service/21?kuid=1
Query string (https)https://api.restku.com/service/21?kuid=1

Example Response

{"kuid":"1","widgetname":"widget1"}