partsinventoryIdPut method
Future<Response<WebApiModulesInventoryPartsInventoryPartsInventory> >
partsinventoryIdPut({
- required String? id,
- required WebApiModulesInventoryPartsInventoryPartsInventory? body,
@param id
Implementation
Future<chopper.Response<WebApiModulesInventoryPartsInventoryPartsInventory>>
partsinventoryIdPut({
required String? id,
required WebApiModulesInventoryPartsInventoryPartsInventory? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryPartsInventoryPartsInventory,
() =>
WebApiModulesInventoryPartsInventoryPartsInventory.fromJsonFactory);
return _partsinventoryIdPut(id: id, body: body);
}