inventoryreceiptPost method

Implementation

Future<
  chopper.Response<WebApiModulesInventoryInventoryReceiptInventoryReceipt>
>
inventoryreceiptPost({
  required WebApiModulesInventoryInventoryReceiptInventoryReceipt? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryReceiptInventoryReceipt,
    () => WebApiModulesInventoryInventoryReceiptInventoryReceipt
        .fromJsonFactory,
  );

  return _inventoryreceiptPost(body: body);
}