repairReleaseitemsIdQuantityPost method
Future<Response<WebApiModulesInventoryRepairRepairReleaseItemsResponse> >
repairReleaseitemsIdQuantityPost({})
@param id @param quantity
Implementation
Future<
chopper
.Response<WebApiModulesInventoryRepairRepairReleaseItemsResponse>>
repairReleaseitemsIdQuantityPost({
required String? id,
required int? quantity,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryRepairRepairReleaseItemsResponse,
() => WebApiModulesInventoryRepairRepairReleaseItemsResponse
.fromJsonFactory);
return _repairReleaseitemsIdQuantityPost(id: id, quantity: quantity);
}