Skip to content

Endpoint : Create entity

Richard Osmar Leon Ingaruca edited this page Aug 22, 2018 · 1 revision

Api Base Url

https://realtime-api-builder.herokuapp.com/v1

Endpoint

/{entityName}

entityName could be anything imagined by you like /avenger /job /alien ...

Method

POST

Request headers

Name Value
Content-Type application/json

Body

Body json could be anything imagined by you:

{
  "avengerName": "Tony Stark",
  "money": "10000000",
  "userName": "[email protected]",
}

Response

{
  "status": "200",
  "message": "success"
}
Clone this wiki locally