According to the documentation (https://doc.dynamicweb.com/documentation-9/integration/structure-rework-unpublished/plug-in-units/live-intetegration-requests-and-responses) should I be able to specify "A valid ‘customer no’ in NAV/BC" in the customerID part of the request.
Doing so, the Customer number dosen't seems to work?
Request:
<GetList type="OpenOrder" customerID="681"></GetList>
Response:
An error occurred processing the request. Exception: Customer with name: 681 not found
If I change the request to the customer name it works?
Request:
<GetList type="OpenOrder" customerID="Takk"></GetList>
Response:
<?xml version="1.0" encoding="utf-8"?>
<Items type="OpenOrder" version="1.2.0.20_NAV19.0.36528.38326">
<item>
<column columnName="id"><![CDATA[75627]]></column>
Br. Michael Knudsen