Versions Compared

Key

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

We've added a new way to define endpoints in the Aptify services layer. 

...

Attached please find a set of sample JSON calls for e-Business services (filename: Ebiz6EndpointsCollection.zip).

Note that you may encounter an error like this when calling one of the endpoints:

{
"errorCode": 992,
"message": "",
"responseIdentifier": "a5bf2053-85a8-4b78-ba3a-8dc7fa1718f1",
"type": "AntiForgery"
}

In that case, see this page for information on how to modify your configuration to support CSRF protection. If you are testing in a non-production environment, you can disable this security feature by modifying this key in the web.config to False: Aptify.Services.Csrf.EnableCSRFProtection


View file
nameEbiz6EndpointsCollection.zip
height250

...