partsinventoryPost method

Implementation

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

  return _partsinventoryPost(body: body);
}