ScalepointDeveloper Portal

Submit FNoL

Integration point URL

  • URL: <ECBIntegrationAPIUrl>/fnol/submit
  • HTTP METHOD: POST
  • URL Example: https://sandbox.scalepoint.com/ecx/host/api/integration/v1/fnol/submit

Request structure

  • Example: FnolSubmitRequest.example.txt

FNoL submit request must be in form of multipart/form-data which means that it must include Content-Type header equal to: “multipart/form-data; boundary=<unique text value>”. For more details of this content type and boundaries please see Content-Type description.

The request must include only one part with Content-Type header equal to “application/vnd.casecreation+json”. This part will be treated as a FNoL payload. Request can consist also of other parts that will be processed and treated as attachments for submitted FNoL.

FNoL payload schema is the same as for the unified case creation and it is tenant specific. For more details, please see case integration api.

Last updated on

On this page