purchaseorderPurchaseorderidDocumentBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
purchaseorderPurchaseorderidDocumentBrowsePost({
- required String? purchaseorderid,
- required FwStandardModelsBrowseRequest? body,
Get documents. @param purchaseorderid Unique identifier
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
purchaseorderPurchaseorderidDocumentBrowsePost({
required String? purchaseorderid,
required FwStandardModelsBrowseRequest? body,
}) {
generatedMapping.putIfAbsent(
FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
);
return _purchaseorderPurchaseorderidDocumentBrowsePost(
purchaseorderid: purchaseorderid,
body: body,
);
}