physicalinventoryInitiatePost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateResponse
  >
>
physicalinventoryInitiatePost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateResponse
            .fromJsonFactory,
  );

  return _physicalinventoryInitiatePost(body: body);
}