{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block content %}
Before capturing data with an acquisition point, it must be registered and assigned to a store plan
Via rest api.
url: {% url 'api:acquisition_point_register' %}
Via web.
Go to {% url 'configuration_stores_list' %} and select a plan. Then, place the acquisition point in the map. Save and the acquisition point will be ready to start capturing.
201: element created
401: unathorized (check authoritation header)
409: Conflict (trying to duplicate an element or capturing with no assigned acq point)
422: Unprocessable Entity (check Content-Type)