Page 1 of 1
EOBAttachesNum
Posted: Wed Feb 12, 2025 4:04 pm
by aearl23
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
Posted: Thu Feb 13, 2025 10:57 am
by justine
aearl23 wrote: ↑Wed Feb 12, 2025 4:04 pm
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
Hello aearl23,
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!