physicalinventoryCountitemPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse
  >
>
physicalinventoryCountitemPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryCountItemResponse
            .fromJsonFactory,
  );

  return _physicalinventoryCountitemPost(body: body);
}