inventoryvendorPost method

Implementation

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

  return _inventoryvendorPost(body: body);
}