inventoryreceiptReceiptadjustmentPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryInventoryReceiptReceiptAdjustmentResponse
  >
>
inventoryreceiptReceiptadjustmentPost({
  required WebApiModulesInventoryInventoryReceiptReceiptAdjustmentRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryReceiptReceiptAdjustmentResponse,
    () => WebApiModulesInventoryInventoryReceiptReceiptAdjustmentResponse
        .fromJsonFactory,
  );

  return _inventoryreceiptReceiptadjustmentPost(body: body);
}