inventoryreceiptItemsAddbarcodestoinventoryPost method
Future<Response<WebApiModulesInventoryInventoryReceiptAddBarcodesToInventoryResponse> >
inventoryreceiptItemsAddbarcodestoinventoryPost({})
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventoryReceiptAddBarcodesToInventoryResponse
>
>
inventoryreceiptItemsAddbarcodestoinventoryPost({
required WebApiModulesInventoryInventoryReceiptAddBarcodesToInventoryRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryReceiptAddBarcodesToInventoryResponse,
() => WebApiModulesInventoryInventoryReceiptAddBarcodesToInventoryResponse
.fromJsonFactory,
);
return _inventoryreceiptItemsAddbarcodestoinventoryPost(body: body);
}