purchaseorderPurchaseorderidDocumentBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> purchaseorderPurchaseorderidDocumentBrowsePost({
  1. required String? purchaseorderid,
  2. 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,
  );
}