inventoryreceiptItemsAddbarcodestoinventoryPost method

Implementation

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

  return _inventoryreceiptItemsAddbarcodestoinventoryPost(body: body);
}