Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleFailure Message
collapsetrue
{
  "success": false,
  "errorCode": "EntityNotFoundException",
  "errorMessage": "location",
  "data": null,
  "pagingInfo": null
}

Creating a new location

Info
titleInfo
  • While creating and updating locations with REST API's "locationName" variable must be defined in request body otherwise you are not able to create or update locations.
  • Variables which is not defined in request body will be considered as null.

...


MethodPOST
URL/rest/jip-api/1.0/location.json

...