Sample soap requests for method findOfferAttachments():
- Get all donor and recipient shared offer attachments, for all sections, no filter on attachment Section (arg1 is null): findOfferAttachments_1.html
- Get all donor and recipient shared offer attachments, filtering for PATIENT_HLA attachment section: findOfferAttachments_2.html
- Get all donor and recipient shared offer attachments, filtering for multiple attachment sections [PATIENT_HEALTH, ORGAN_REQUESTS] using arg1 (attachmentLocations.bizRef) field: findOfferAttachments_3.html
- Get all donor and recipient shared offer attachments, filtering for multiple attachment sections [3, 2] using arg1 (attachmentLocations.id) field: findOfferAttachments_4.html
Errors:
- Get shared offer attachments when the input argument arg0 (offerId) value [999999] is not valid: findOfferAttachments_e1.html
- Get shared offer attachments when the input argument arg1 (attachmentLocations.id) value [999] is not valid: findOfferAttachments_e2.html
- Get shared offer attachments when the input argument arg1 (attachmentLocations.bizRef) value [XYZ123] is not a valid LT_USER_COMMENT_SECTION lookup value: findOfferAttachments_e3.html