purchaseorderreceivebarcodeManyPost method
Future<Response<List<MicrosoftAspNetCoreMvcActionResultWebApiModulesHomeControlsPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCodeLogic> > >
purchaseorderreceivebarcodeManyPost({})
Implementation
Future<
chopper.Response<
List<
MicrosoftAspNetCoreMvcActionResultWebApiModulesHomeControlsPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCodeLogic
>
>
>
purchaseorderreceivebarcodeManyPost({
required List<
WebApiModulesHomeControlsPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCode
>?
body,
}) {
generatedMapping.putIfAbsent(
MicrosoftAspNetCoreMvcActionResultWebApiModulesHomeControlsPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCodeLogic,
() =>
MicrosoftAspNetCoreMvcActionResultWebApiModulesHomeControlsPurchaseOrderReceiveBarCodePurchaseOrderReceiveBarCodeLogic
.fromJsonFactory,
);
return _purchaseorderreceivebarcodeManyPost(body: body);
}