EOBAttachesNum
EOBAttachesNum
If I am creating a new claim and want to retrieve the EOBAttachesNum, how can I do so without having an EOB currently attached? For example, I am making a GET request /eobattaches?ClaimPaymentNum={correct num} but only see an empty [] message. I will be needing the EOBattachesNum to then upload a file via a SFTP server
Re: EOBAttachesNum
Hello aearl23,aearl23 wrote: ↑Wed Feb 12, 2025 4:04 pmIf I am creating a new claim and want to retrieve the EOBAttachesNum, how can I do so without having an EOB currently attached? For example, I am making a GET request /eobattaches?ClaimPaymentNum={correct num} but only see an empty [] message. I will be needing the EOBattachesNum to then upload a file via a SFTP server
You cannot retrieve an EOBAttaches if there isn't one to retrieve. If you are supplying a valid ClaimPaymentNum and are returning [], then there are no EOBAttaches for that ClaimPaymentNum. Are you trying to download an EOBAttach from Open Dental or are you trying to upload an EOBAttach to Open Dental?
Thanks!