Team,
Could you help with the following question?
I try to use the following endpoint: host:port/.../CRONUS Canada, Inc./Page/ApplyCustomerEntries
According to this web service, I want to allocate a few invoices to one payment.
But I receive the error message:
<s:Envelope xmlns:s="">schemas.xmlsoap.org/.../">
<s:Body>
<s:Fault>
<faultcode xmlns:a="urn:microsoft-dynamics-schemas/error">a:Microsoft.Dynamics.Nav.Types.Exceptions.NavCSideRecordNotFoundException</faultcode>
<faultstring xml:lang="en-US">The Customer does not exist. Identification fields and values: No.=''</faultstring>
<detail>
<string xmlns="">schemas.microsoft.com/.../">The Customer does not exist. Identification fields and values: No.=''</string>
</detail>
</s:Fault>
</s:Body>
</s:Envelope>
Could you clarify what is the reason?