purchaseorderPurchaseorderidDocumentDocumentidFileGet method
Get the attached file. @param purchaseorderid Unique identifier @param documentid Unique identifier
Implementation
Future<chopper.Response>
purchaseorderPurchaseorderidDocumentDocumentidFileGet(
{required String? purchaseorderid, required String? documentid}) {
return _purchaseorderPurchaseorderidDocumentDocumentidFileGet(
purchaseorderid: purchaseorderid, documentid: documentid);
}