Counters from the website can be added using the Add Counter Request. Counters are added in bulk using one request.
The structure of the XML will be:
The structure of the XML will be:
<AddCounterRequest>
<LoginDetails>
<Login>test</Login>
<Password>test</Password>
</LoginDetails>
<Counters>
<Counter>
<CounterName>tet counter</CounterName>
<CounterCount>10</CounterCount>
<Categories>
<Category>test</Category>
</Categories>
</Counter>
</Counters>
</AddCounterRequest>
<AddCounterResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions />
</ReturnStatus>
</AddCounterResponse>